AnnotationsAdded Event

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Occurs when an annotation is added

Namespace: PDFTron.SilverDox.Controls
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public event EventHandler<AnnotationsEventArgs> AnnotationsAdded
Visual Basic
Public Event AnnotationsAdded As EventHandler(Of AnnotationsEventArgs)
Visual C++
public:
 event EventHandler<AnnotationsEventArgs^>^ AnnotationsAdded {
	void add (EventHandler<AnnotationsEventArgs^>^ value);
	void remove (EventHandler<AnnotationsEventArgs^>^ value);
}

See Also