Click or drag to resize

AttributeDefinitionDictionaryEventArgs Class

Represents the arguments thrown by the AttributeDefinitionDictionary events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    DXFReaderNET.CollectionsAttributeDefinitionDictionaryEventArgs

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

The AttributeDefinitionDictionaryEventArgs type exposes the following members.

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