Describes the event arguments for the HyperlinkToolTipShowing event.
Definition
Namespace:Telerik.Windows.Documents.UI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class HyperlinkToolTipShowingEventArgs : EventArgs
Inheritance: objectEventArgsHyperlinkToolTipShowingEventArgs
Inherited Members
Constructors
Initializes a new instance of the HyperlinkToolTipShowingEventArgs class.
C#
public HyperlinkToolTipShowingEventArgs(string toolTip, HyperlinkRangeStart hyperlinkAnnotationMarker)
Properties
Gets or sets a bool value indicating whether to cancel the showing of the tooltip.
C#
public bool Cancel { get; set; }
Gets the HyperlinkRangeStart annotation associated with the hyperlink.
C#
public HyperlinkRangeStart HyperlinkAnnotationMarker { get; }