Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

8a3f0b70 4619 8eee b082 373d1d4e3e20

haplokuon edited this page May 6, 2023 · 1 revision

AnnotationAdded Event

netDxf 3.0.0 Library

[Missing <summary> documentation for "E:netDxf.Entities.Leader.AnnotationAdded"]

Definition

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>

Value

Leader.AnnotationAddedEventHandler

See Also

Reference

Leader Class
netDxf.Entities Namespace

Clone this wiki locally