Show / Hide Table of Contents

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 Source

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

Item

Gets the attribute definition that is being added or removed.

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