AttributeDefinitionDictionaryRemoveItemEventHandler Delegate
Namespace: netDxf.CollectionsAssembly: PCBI.DXF_Library (in PCBI.DXF_Library.dll) Version: 17.0.0.0 (17.0.0.0)
public delegate void RemoveItemEventHandler(
AttributeDefinitionDictionary sender,
AttributeDefinitionDictionaryEventArgs e
)
Public Delegate Sub RemoveItemEventHandler (
sender As AttributeDefinitionDictionary,
e As AttributeDefinitionDictionaryEventArgs
)
public delegate void RemoveItemEventHandler(
AttributeDefinitionDictionary^ sender,
AttributeDefinitionDictionaryEventArgs^ e
)
type RemoveItemEventHandler =
delegate of
sender : AttributeDefinitionDictionary *
e : AttributeDefinitionDictionaryEventArgs -> unit
Parameters
- sender AttributeDefinitionDictionary
-
- e AttributeDefinitionDictionaryEventArgs
-