'Declaration
Public Event AfterAnnotationMove As EventHandler(Of AfterAnnotationMoveEventArgs)
'Usage
Dim instance As PDFPageView Dim handler As EventHandler(Of AfterAnnotationMoveEventArgs) AddHandler instance.AfterAnnotationMove, handler
public event EventHandler<AfterAnnotationMoveEventArgs> AfterAnnotationMove
public: __event EventHandler<AfterAnnotationMoveEventArgs*>* AfterAnnotationMove
public: event EventHandler<AfterAnnotationMoveEventArgs^>^ AfterAnnotationMove
Event Data
The event handler receives an argument of type AfterAnnotationMoveEventArgs containing data related to this event. The following AfterAnnotationMoveEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Annotation | Gets the annotation that has been moved on the page. |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also