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 411
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 AttributeDefinitionRemoved
VB
Public Event AttributeDefinitionRemoved As Block.AttributeDefinitionRemovedEventHandler
C++
public:
event Block.AttributeDefinitionRemovedEventHandler^ AttributeDefinitionRemoved {
void add (Block.AttributeDefinitionRemovedEventHandler^ value);
void remove (Block.AttributeDefinitionRemovedEventHandler^ value);
}
F#
member AttributeDefinitionRemoved : IEvent<Block.AttributeDefinitionRemovedEventHandler,
EventArgs>