Show / Hide Table of Contents

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 Source

AttributeChangeEventArgs(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 Source

Item

Gets the attribute that is being added or removed.

Declaration
public Attribute Item { get; }
Property Value
Type Description
Attribute
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX