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 410
1e09ff4e 70e7 7a09 1ada 9fbd77637aff
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "E:netDxf.Blocks.Block.AttributeDefinitionAdded"]
Namespace: netDxf.Blocks
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public event Block.AttributeDefinitionAddedEventHandler AttributeDefinitionAdded
VB
Public Event AttributeDefinitionAdded As Block.AttributeDefinitionAddedEventHandler
C++
public:
event Block.AttributeDefinitionAddedEventHandler^ AttributeDefinitionAdded {
void add (Block.AttributeDefinitionAddedEventHandler^ value);
void remove (Block.AttributeDefinitionAddedEventHandler^ value);
}
F#
member AttributeDefinitionAdded : IEvent<Block.AttributeDefinitionAddedEventHandler,
EventArgs>