Click or drag to resize

AttributeDefinitionDictionaryBeforeAddItemEventHandler Delegate

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public delegate void BeforeAddItemEventHandler(
	AttributeDefinitionDictionary sender,
	AttributeDefinitionDictionaryEventArgs e
)
Request Example View Source

Parameters

sender
Type: netDxf.CollectionsAttributeDefinitionDictionary
e
Type: netDxf.CollectionsAttributeDefinitionDictionaryEventArgs
See Also