Click or drag to resize

BlockEntityChangeEventArgs Class

Represents the arguments thrown when an entity or an attribute definition is added ore removed from a Block.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    DXFReaderNET.BlocksBlockEntityChangeEventArgs

Namespace:  DXFReaderNET.Blocks
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public class BlockEntityChangeEventArgs : EventArgs

The BlockEntityChangeEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodBlockEntityChangeEventArgs
Initializes a new instance of BlockEntityChangeEventArgs.
Top
Properties
  NameDescription
Public propertyItem
Gets the entity that is being added or removed.
Top
See Also