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 415
c145cbaa 09b8 e565 7caa 96c14ec1e89d
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "E:netDxf.Entities.Leader.AnnotationRemoved"]
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public event Leader.AnnotationRemovedEventHandler AnnotationRemoved
VB
Public Event AnnotationRemoved As Leader.AnnotationRemovedEventHandler
C++
public:
event Leader.AnnotationRemovedEventHandler^ AnnotationRemoved {
void add (Leader.AnnotationRemovedEventHandler^ value);
void remove (Leader.AnnotationRemovedEventHandler^ value);
}
F#
member AnnotationRemoved : IEvent<Leader.AnnotationRemovedEventHandler,
EventArgs>