AttributeDefinitionDictionaryRemoveItemEventHandler Delegate

Definition

Namespace: netDxf.Collections
Assembly: PCBI.DXF_Library (in PCBI.DXF_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public delegate void RemoveItemEventHandler(
	AttributeDefinitionDictionary sender,
	AttributeDefinitionDictionaryEventArgs e
)

Parameters

sender  AttributeDefinitionDictionary
 
e  AttributeDefinitionDictionaryEventArgs
 

See Also