This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
e44308a0 6ae1 cad3 2f76 d4fe11985e7e
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "T:netDxf.Entities.AttributeChangeEventArgs"]
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 |
AttributeChangeEventArgs | Initializes a new instance of AttributeChangeEventArgs . |
Item | Gets the attribute that is being added or removed. |
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) |