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 416
2c0d157b 929d 6027 06cd bd996698f90a
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of AttributeDefinitionDictionaryEventArgs
.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public AttributeDefinitionDictionaryEventArgs(
AttributeDefinition item
)
VB
Public Sub New (
item As AttributeDefinition
)
C++
public:
AttributeDefinitionDictionaryEventArgs(
AttributeDefinition^ item
)
F#
new :
item : AttributeDefinition -> AttributeDefinitionDictionaryEventArgs
- AttributeDefinition
- Item that is being added or removed from the dictionary.
AttributeDefinitionDictionaryEventArgs Class
netDxf.Collections Namespace