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 409
af28bfb3 dc26 4e8c 71d9 1ca6905fc722
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "E:netDxf.Entities.Insert.AttributeAdded"]
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public event Insert.AttributeAddedEventHandler AttributeAdded
VB
Public Event AttributeAdded As Insert.AttributeAddedEventHandler
C++
public:
event Insert.AttributeAddedEventHandler^ AttributeAdded {
void add (Insert.AttributeAddedEventHandler^ value);
void remove (Insert.AttributeAddedEventHandler^ value);
}
F#
member AttributeAdded : IEvent<Insert.AttributeAddedEventHandler,
EventArgs>