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