Class GroupEntityChangeEventArgs
Inheritance
System.Object
System.EventArgs
GroupEntityChangeEventArgs
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.Objects
Assembly: CADability.dll
Syntax
public class GroupEntityChangeEventArgs : EventArgs
Constructors
| Improve this Doc View SourceGroupEntityChangeEventArgs(EntityObject)
Initializes a new instance of BlockEntityChangeEventArgs.
Declaration
public GroupEntityChangeEventArgs(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 |