Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

9cb173e0 57d5 cf09 2693 53dfd485f0e0

haplokuon edited this page May 6, 2023 · 1 revision

EntityChangeEventArgs Class

netDxf 3.0.0 Library

Represents the arguments thrown when the reference of an entity is added ore removed from another entity.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public class EntityChangeEventArgs : EventArgs

VB

Public Class EntityChangeEventArgs
	Inherits EventArgs

C++

public ref class EntityChangeEventArgs : public EventArgs

F#

type EntityChangeEventArgs = 
    class
        inherit EventArgs
    end
Inheritance Object → EventArgs → EntityChangeEventArgs

Constructors

EntityChangeEventArgs Initializes a new instance of EntityChangeEventArgs.

Properties

Item Gets the entity that is being added or removed.

Methods

Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetType Gets the Type of the current instance.
(Inherited from Object)
ToString Returns a string that represents the current object.
(Inherited from Object)

See Also

Reference

netDxf.Entities Namespace

Clone this wiki locally