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
cbe2a6a5 499a c982 03b9 6f13d1708edb
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "E:netDxf.Blocks.Block.AttributeDefinitionRemoved"]
Namespace: netDxf.Blocks
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public event Block.AttributeDefinitionRemovedEventHandler AttributeDefinitionRemovedVB
Public Event AttributeDefinitionRemoved As Block.AttributeDefinitionRemovedEventHandlerC++
public:
event Block.AttributeDefinitionRemovedEventHandler^ AttributeDefinitionRemoved {
void add (Block.AttributeDefinitionRemovedEventHandler^ value);
void remove (Block.AttributeDefinitionRemovedEventHandler^ value);
}F#
member AttributeDefinitionRemoved : IEvent<Block.AttributeDefinitionRemovedEventHandler,
EventArgs>