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 415
6016cdb5 879a 1470 b6a0 b7f9544c3e9b
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "T:netDxf.Blocks.Block.AttributeDefinitionRemovedEventHandler"]
Namespace: netDxf.Blocks
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public delegate void AttributeDefinitionRemovedEventHandler(
Block sender,
BlockAttributeDefinitionChangeEventArgs e
)
VB
Public Delegate Sub AttributeDefinitionRemovedEventHandler (
sender As Block,
e As BlockAttributeDefinitionChangeEventArgs
)
C++
public delegate void AttributeDefinitionRemovedEventHandler(
Block^ sender,
BlockAttributeDefinitionChangeEventArgs^ e
)
F#
type AttributeDefinitionRemovedEventHandler =
delegate of
sender : Block *
e : BlockAttributeDefinitionChangeEventArgs -> unit