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
8a3f0b70 4619 8eee b082 373d1d4e3e20
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "E:netDxf.Entities.Leader.AnnotationAdded"]
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public event Leader.AnnotationAddedEventHandler AnnotationAdded
VB
Public Event AnnotationAdded As Leader.AnnotationAddedEventHandler
C++
public:
event Leader.AnnotationAddedEventHandler^ AnnotationAdded {
void add (Leader.AnnotationAddedEventHandler^ value);
void remove (Leader.AnnotationAddedEventHandler^ value);
}
F#
member AnnotationAdded : IEvent<Leader.AnnotationAddedEventHandler,
EventArgs>