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

a98ec3dc c61a 6481 d38f 94ffd9192f7a

haplokuon edited this page May 6, 2023 · 1 revision

GroupEntityChangeEventArgs Class

netDxf 3.0.0 Library

[Missing <summary> documentation for "T:netDxf.Objects.GroupEntityChangeEventArgs"]

Definition

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

C#

public class GroupEntityChangeEventArgs : EventArgs

VB

Public Class GroupEntityChangeEventArgs
	Inherits EventArgs

C++

public ref class GroupEntityChangeEventArgs : public EventArgs

F#

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

Constructors

GroupEntityChangeEventArgs Initializes a new instance of BlockEntityChangeEventArgs.

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.Objects Namespace

Clone this wiki locally