Class NavigatingCancelEventArgs
public class NavigatingCancelEventArgs : RoutedEventArgs
- Inheritance
-
NavigatingCancelEventArgs
- Inherited Members
Constructors
NavigatingCancelEventArgs(RoutedEvent, object)
public NavigatingCancelEventArgs(RoutedEvent routedEvent, object source)
Parameters
routedEvent
RoutedEventsource
object
Properties
Cancel
public bool Cancel { get; set; }
Property Value
Page
public required object Page { get; init; }