







![]() ![]() |
PDFTron SilverDox SDK |
DocumentViewer..::..AnnotationsDragged Event |
DocumentViewer Class See Also Send Feedback |
Occurs when annotations are dragged by the user;
WARNING: triggered a ton of times when user is move dragging annotations
Namespace: PDFTron.SilverDox.Controls
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010
Syntax
C# |
---|
public event EventHandler<AnnotationsEventArgs> AnnotationsDragged |
Visual Basic |
---|
Public Event AnnotationsDragged As EventHandler(Of AnnotationsEventArgs) |
Visual C++ |
---|
public: event EventHandler<AnnotationsEventArgs^>^ AnnotationsDragged { void add (EventHandler<AnnotationsEventArgs^>^ value); void remove (EventHandler<AnnotationsEventArgs^>^ value); } |