






|
| PDFTron SilverDox SDK |
| DocumentViewer..::..AnnotationsMoveCompleted Event |
| DocumentViewer Class See Also Send Feedback |
Occurs when the user finishes moving annotations (i.e the mouse is released)
Namespace: PDFTron.SilverDox.Controls
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010
Syntax
| C# |
|---|
public event EventHandler<AnnotationsMoveCompletedEventArgs> AnnotationsMoveCompleted |
| Visual Basic |
|---|
Public Event AnnotationsMoveCompleted As EventHandler(Of AnnotationsMoveCompletedEventArgs) |
| Visual C++ |
|---|
public: event EventHandler<AnnotationsMoveCompletedEventArgs^>^ AnnotationsMoveCompleted { void add (EventHandler<AnnotationsMoveCompletedEventArgs^>^ value); void remove (EventHandler<AnnotationsMoveCompletedEventArgs^>^ value); } |
