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
6377cb67 3254 7d78 97aa df6835e050e5
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "E:netDxf.Entities.Insert.AttributeRemoved"]
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public event Insert.AttributeRemovedEventHandler AttributeRemoved
VB
Public Event AttributeRemoved As Insert.AttributeRemovedEventHandler
C++
public:
event Insert.AttributeRemovedEventHandler^ AttributeRemoved {
void add (Insert.AttributeRemovedEventHandler^ value);
void remove (Insert.AttributeRemovedEventHandler^ value);
}
F#
member AttributeRemoved : IEvent<Insert.AttributeRemovedEventHandler,
EventArgs>