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