This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
690169b0 8982 de58 df0c 551f79859883
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Represents the arguments thrown when an attribute definition is added ore removed from a Block.
Namespace: netDxf.Blocks
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public class BlockAttributeDefinitionChangeEventArgs : EventArgsVB
Public Class BlockAttributeDefinitionChangeEventArgs
Inherits EventArgsC++
public ref class BlockAttributeDefinitionChangeEventArgs : public EventArgsF#
type BlockAttributeDefinitionChangeEventArgs =
class
inherit EventArgs
end| Inheritance | Object → EventArgs → BlockAttributeDefinitionChangeEventArgs |
| BlockAttributeDefinitionChangeEventArgs | Initializes a new instance of BlockAttributeDefinitionChangeEventArgs. |
| Item | Gets the attribute definition 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) |