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

e44308a0 6ae1 cad3 2f76 d4fe11985e7e

haplokuon edited this page May 6, 2023 · 1 revision

AttributeChangeEventArgs Class

netDxf 3.0.0 Library

[Missing <summary> documentation for "T:netDxf.Entities.AttributeChangeEventArgs"]

Definition

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

C#

public class AttributeChangeEventArgs : EventArgs

VB

Public Class AttributeChangeEventArgs
	Inherits EventArgs

C++

public ref class AttributeChangeEventArgs : public EventArgs

F#

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

Constructors

AttributeChangeEventArgs Initializes a new instance of AttributeChangeEventArgs.

Properties

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