public event EventHandler<AnnToolTipEventArgs> ToolTip
public event EventHandler<AnnToolTipEventArgs> ToolTip
add_ToolTip(function(sender, e)) remove_ToolTip(function(sender, e))
The event handler receives an argument of type AnnToolTipEventArgs containing data related to this event. The following AnnToolTipEventArgs properties provide information specific to this event.
Property | Description |
---|---|
AnnotationObject | |
Bounds | |
Cancel |
This event will only occur if the value of AnnAutomationManager.EnableToolTip is set to true. Showing the tooltip is platform depending operation that is handled by the platform-specific automation helper class.