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