Back to Devexpress

HyperlinkEditRequestNavigationEventArgs Properties

wpf-devexpress-dot-xpf-dot-editors-dot-hyperlinkeditrequestnavigationeventargs-dot-underscore-properties.md

latest2.7 KB
Original Source

HyperlinkEditRequestNavigationEventArgs Properties

Provides data for the HyperlinkEdit.RequestNavigation event.

NameDescription
CancelCancels the hyperlink navigation.
HandledGets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. Inherited from RoutedEventArgs.
NavigationUrlGets or sets the URL that is about to be navigated.
OriginalSourceGets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. Inherited from RoutedEventArgs.
RoutedEventGets or sets the RoutedEvent associated with this RoutedEventArgs instance. Inherited from RoutedEventArgs.
SourceGets or sets a reference to the object that raised the event. Inherited from RoutedEventArgs.
ValueGets the edit value of the HyperlinkEdit that has raised the HyperlinkEdit.RequestNavigation event.

See Also

HyperlinkEditRequestNavigationEventArgs Class

HyperlinkEditRequestNavigationEventArgs Members

DevExpress.Xpf.Editors Namespace