Class AttributeChangeEventArgs
Inheritance
System.Object
System.EventArgs
AttributeChangeEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: netDxf.Entities
Assembly: CADability.dll
Syntax
public class AttributeChangeEventArgs : EventArgs
Constructors
| Improve this Doc View SourceAttributeChangeEventArgs(Attribute)
Initializes a new instance of AttributeChangeEventArgs.
Declaration
public AttributeChangeEventArgs(Attribute item)
Parameters
| Type | Name | Description |
|---|---|---|
| Attribute | item | The attribute that is being added or removed from the insert. |
Properties
| Improve this Doc View SourceItem
Gets the attribute that is being added or removed.
Declaration
public Attribute Item { get; }
Property Value
| Type | Description |
|---|---|
| Attribute |