Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

891cb281 68d7 5f4a 5699 4923420b5c64

haplokuon edited this page May 6, 2023 · 1 revision

EntityAdded Event

netDxf 3.0.0 Library

[Missing <summary> documentation for "E:netDxf.Blocks.Block.EntityAdded"]

Definition

Namespace: netDxf.Blocks
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public event Block.EntityAddedEventHandler EntityAdded

VB

Public Event EntityAdded As Block.EntityAddedEventHandler

C++

public:
 event Block.EntityAddedEventHandler^ EntityAdded {
	void add (Block.EntityAddedEventHandler^ value);
	void remove (Block.EntityAddedEventHandler^ value);
}

F#

member EntityAdded : IEvent<Block.EntityAddedEventHandler,
    EventArgs>

Value

Block.EntityAddedEventHandler

See Also

Reference

Block Class
netDxf.Blocks Namespace

Clone this wiki locally