Class RequestNavigateEventArgs
This event arguments provides the necessary information about requestNavigate event.
Inheritance
System.Object
RequestNavigateEventArgs
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public class RequestNavigateEventArgs : Object
Constructors
RequestNavigateEventArgs()
Declaration
public RequestNavigateEventArgs()
Properties
IsHandled
Specifies whether the event is handled or not.
Declaration
public bool IsHandled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
LinkType
Specifies the link type.
Declaration
public HyperlinkType LinkType { get; set; }
Property Value
Type | Description |
---|---|
HyperlinkType | A value of the HyperlinkType enumeration that specifies the type of the link. |
LocalReference
Specifies the local reference if any.
Declaration
public string LocalReference { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |
NavigationLink
Specifies the navigation link.
Declaration
public string NavigationLink { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |
Methods
Equals(RequestNavigateEventArgs)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(RequestNavigateEventArgs requestNavigateEventArgs)
Parameters
Type | Name | Description |
---|---|---|
RequestNavigateEventArgs | requestNavigateEventArgs | An RequestNavigateEventArgs to compare. |
Returns
Type | Description |
---|---|
System.Boolean | true if the current object is equal to the other parameter; otherwise, false. |