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

c145cbaa 09b8 e565 7caa 96c14ec1e89d

haplokuon edited this page May 6, 2023 · 1 revision

AnnotationRemoved Event

netDxf 3.0.0 Library

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

Definition

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>

Value

Leader.AnnotationRemovedEventHandler

See Also

Reference

Leader Class
netDxf.Entities Namespace

Clone this wiki locally