'Declaration
Public Event AnnotationContextMenu As EventHandler(Of AnnotationContextMenuEventArgs)
'Usage
Dim instance As PDFAnnotationsView 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.
Property | Description |
---|---|
Annotation | Gets the annotation that has been double clicked. |
MousePosition | 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