Class RequestNavigateEventArgs
Provides data for the RequestNavigate
event.
Inheritance
System.Object
RequestNavigateEventArgs
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class RequestNavigateEventArgs : EventArgs
Constructors
RequestNavigateEventArgs()
Initializes a new instance of the RequestNavigateEventArgs class.
Declaration
public RequestNavigateEventArgs()
Properties
Hyperlink
Gets the Hyperlink.
Declaration
public Hyperlink Hyperlink { get; }
Property Value
Type | Description |
---|---|
Hyperlink | The Hyperlink instance. |