PDFView4NET WinForms Edition
PageContextMenu Event




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

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

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