Click or drag to resize

AttributeDefinitionDictionaryEventArgs Constructor

Initializes a new instance of AttributeDefinitionDictionaryEventArgs.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public AttributeDefinitionDictionaryEventArgs(
	AttributeDefinition item
)

Parameters

item
Type: DXFReaderNET.EntitiesAttributeDefinition
Item that is being added or removed from the dictionary.
See Also