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