PDFView4NET WinForms Edition
AnnotationContextMenu Event (PDFPageView)




O2S.Components.PDFView4NET Namespace > PDFPageView Class : AnnotationContextMenu Event
Gets or sets the event that is fired when a context menu should be displayed for the annotation.
Syntax
'Declaration
 
Public Event AnnotationContextMenu As EventHandler(Of AnnotationContextMenuEventArgs)
'Usage
 
Dim instance As PDFPageView
Dim handler As EventHandler(Of AnnotationContextMenuEventArgs)
 
AddHandler instance.AnnotationContextMenu, handler
public event EventHandler<AnnotationContextMenuEventArgs> AnnotationContextMenu
public: __event EventHandler<AnnotationContextMenuEventArgs*>* AnnotationContextMenu
public:
event EventHandler<AnnotationContextMenuEventArgs^>^ AnnotationContextMenu
Event Data

The event handler receives an argument of type AnnotationContextMenuEventArgs containing data related to this event. The following AnnotationContextMenuEventArgs properties provide information specific to this event.

PropertyDescription
Gets the annotation that has been double clicked.  
Gets the position where the mouse was clicked.  
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