RequestNavigateEventArgs
2 Oct 20251 minute to read
This event arguments provides the necessary information about requestNavigate event.
Properties
isHandled boolean
Specifies whether the event is handled or not.
linkType HyperlinkType
Specifies the link type.
localReference string
Specifies the local reference if any.
navigationLink string
Specifies the navigation link.
source DocumentEditor
Specifies the source DocumentEditor instance which triggers this requestNavigate event.