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

389bb8ea 1f79 f802 b268 365c27bffa7c

haplokuon edited this page May 6, 2023 · 1 revision

BlockEntityChangeEventArgs Class

netDxf 3.0.0 Library

Represents the arguments thrown when an entity is added ore removed from a Block.

Definition

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

C#

public class BlockEntityChangeEventArgs : EventArgs

VB

Public Class BlockEntityChangeEventArgs
	Inherits EventArgs

C++

public ref class BlockEntityChangeEventArgs : public EventArgs

F#

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

Constructors

BlockEntityChangeEventArgs 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.Blocks Namespace

Clone this wiki locally