PDFView4NET WinForms Edition
AnnotationToolTipPopup Event




O2S.Components.PDFView4NET Namespace > PDFPageView Class : AnnotationToolTipPopup Event
Gets or sets the event that is fired when an annotation tooltip needs to be shown.
Syntax
'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.

PropertyDescription
Gets the annotation for which the tooltip needs to be shown.  
Gets or sets a value indicating whether the event should be canceled.  
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