Class RequestNavigateEventArgs
Provides data for the RequestNavigate event.
Inheritance
System.Object
RequestNavigateEventArgs
Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.UWP.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. |