BlockAttributeDefinitionAddedEventHandler Delegate
Namespace: netDxf.BlocksAssembly: PCBI.DXF_Library (in PCBI.DXF_Library.dll) Version: 17.0.0.0 (17.0.0.0)
public delegate void AttributeDefinitionAddedEventHandler(
Block sender,
BlockAttributeDefinitionChangeEventArgs e
)
Public Delegate Sub AttributeDefinitionAddedEventHandler (
sender As Block,
e As BlockAttributeDefinitionChangeEventArgs
)
public delegate void AttributeDefinitionAddedEventHandler(
Block^ sender,
BlockAttributeDefinitionChangeEventArgs^ e
)
type AttributeDefinitionAddedEventHandler =
delegate of
sender : Block *
e : BlockAttributeDefinitionChangeEventArgs -> unit
Parameters
- sender Block
-
- e BlockAttributeDefinitionChangeEventArgs
-