







![]() ![]() |
PDFTron SilverDox SDK |
DocumentViewer..::..AnnotationsDeselected Event |
DocumentViewer Class See Also Send Feedback |
Occurs when an annotation is deselected
Namespace: PDFTron.SilverDox.Controls
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010
Syntax
C# |
---|
public event EventHandler<AnnotationsEventArgs> AnnotationsDeselected |
Visual Basic |
---|
Public Event AnnotationsDeselected As EventHandler(Of AnnotationsEventArgs) |
Visual C++ |
---|
public: event EventHandler<AnnotationsEventArgs^>^ AnnotationsDeselected { void add (EventHandler<AnnotationsEventArgs^>^ value); void remove (EventHandler<AnnotationsEventArgs^>^ value); } |