Click or drag to resize

AttributeDefinitionDictionaryEventArgs Constructor

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of AttributeDefinitionDictionaryEventArgs.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public AttributeDefinitionDictionaryEventArgs(
	AttributeDefinition item
)
Request Example View Source

Parameters

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