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

690169b0 8982 de58 df0c 551f79859883

haplokuon edited this page May 6, 2023 · 1 revision

BlockAttributeDefinitionChangeEventArgs Class

netDxf 3.0.0 Library

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

Definition

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

C#

public class BlockAttributeDefinitionChangeEventArgs : EventArgs

VB

Public Class BlockAttributeDefinitionChangeEventArgs
	Inherits EventArgs

C++

public ref class BlockAttributeDefinitionChangeEventArgs : public EventArgs

F#

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

Constructors

BlockAttributeDefinitionChangeEventArgs Initializes a new instance of BlockAttributeDefinitionChangeEventArgs.

Properties

Item Gets the attribute definition 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