Click or drag to resize

EntityCollectionEventArgs Class

Represents the arguments thrown by the EntityCollection events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    DXFReaderNET.CollectionsEntityCollectionEventArgs

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public class EntityCollectionEventArgs : EventArgs

The EntityCollectionEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodEntityCollectionEventArgs
Initializes a new instance of EntityCollectionEventArgs.
Top
Properties
  NameDescription
Public propertyCancel
Gets or sets if the operation must be canceled.
Public propertyItem
Get the item that is being added or removed from the collection.
Top
See Also