'Declaration
Public Event AnnotationToolTipPopup As EventHandler(Of AnnotationToolTipPopupEventArgs)
'Usage
Dim instance As PDFPageView Dim handler As EventHandler(Of AnnotationToolTipPopupEventArgs) AddHandler instance.AnnotationToolTipPopup, handler
public event EventHandler<AnnotationToolTipPopupEventArgs> AnnotationToolTipPopup
public: __event EventHandler<AnnotationToolTipPopupEventArgs*>* AnnotationToolTipPopup
public: event EventHandler<AnnotationToolTipPopupEventArgs^>^ AnnotationToolTipPopup
Event Data
The event handler receives an argument of type AnnotationToolTipPopupEventArgs containing data related to this event. The following AnnotationToolTipPopupEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Annotation | Gets the annotation for which the tooltip needs to be shown. |
Cancel | Gets or sets a value indicating whether the event should be canceled. |
ToolTipSize | Gets or sets the size of the annotation tooltip. |
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