Class BlockAttributeDefinitionChangeEventArgs
Represents the arguments thrown when an attribute definition is added ore removed from a Block.
Inheritance
System.Object
System.EventArgs
BlockAttributeDefinitionChangeEventArgs
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.Blocks
Assembly: CADability.dll
Syntax
public class BlockAttributeDefinitionChangeEventArgs : EventArgs
Constructors
| Improve this Doc View SourceBlockAttributeDefinitionChangeEventArgs(AttributeDefinition)
Initializes a new instance of BlockAttributeDefinitionChangeEventArgs.
Declaration
public BlockAttributeDefinitionChangeEventArgs(AttributeDefinition item)
Parameters
| Type | Name | Description |
|---|---|---|
| AttributeDefinition | item | The attribute definition that is being added or removed from the block. |
Properties
| Improve this Doc View SourceItem
Gets the attribute definition that is being added or removed.
Declaration
public AttributeDefinition Item { get; }
Property Value
| Type | Description |
|---|---|
| AttributeDefinition |