Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

2c0d157b 929d 6027 06cd bd996698f90a

haplokuon edited this page May 6, 2023 · 1 revision

AttributeDefinitionDictionaryEventArgs Constructor

netDxf 3.0.0 Library

Initializes a new instance of AttributeDefinitionDictionaryEventArgs.

Definition

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

Parameters

  AttributeDefinition
Item that is being added or removed from the dictionary.

See Also

Reference

AttributeDefinitionDictionaryEventArgs Class
netDxf.Collections Namespace

Clone this wiki locally