Click or drag to resize

AttributeChangeEventArgs Constructor

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of AttributeChangeEventArgs.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public AttributeChangeEventArgs(
	Attribute item
)
Request Example View Source

Parameters

item
Type: netDxf.EntitiesAttribute
The attribute that is being added or removed from the insert.
See Also