This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
25d2c053 a2f3 dc97 05d7 7239c1643c88
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "T:netDxf.Collections.AttributeDefinitionDictionary.BeforeAddItemEventHandler"]
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public delegate void BeforeAddItemEventHandler(
AttributeDefinitionDictionary sender,
AttributeDefinitionDictionaryEventArgs e
)
VB
Public Delegate Sub BeforeAddItemEventHandler (
sender As AttributeDefinitionDictionary,
e As AttributeDefinitionDictionaryEventArgs
)
C++
public delegate void BeforeAddItemEventHandler(
AttributeDefinitionDictionary^ sender,
AttributeDefinitionDictionaryEventArgs^ e
)
F#
type BeforeAddItemEventHandler =
delegate of
sender : AttributeDefinitionDictionary *
e : AttributeDefinitionDictionaryEventArgs -> unit