







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