Class EntityChangeEventArgs
Represents the arguments thrown when the reference of an entity is added ore removed from another entity.
Inheritance
System.Object
System.EventArgs
EntityChangeEventArgs
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 EntityChangeEventArgs : EventArgs
Constructors
| Improve this Doc View SourceEntityChangeEventArgs(EntityObject)
Initializes a new instance of EntityChangeEventArgs.
Declaration
public EntityChangeEventArgs(EntityObject item)
Parameters
| Type | Name | Description |
|---|---|---|
| EntityObject | item | The entity that is being added or removed from another entity. |
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 |