Class NavigatingCancelEventArgs
- Namespace
- HeBianGu.General.WpfControlLib
- Assembly
- HeBianGu.General.WpfControlLib.dll
Provides data for the OnNavigatingFrom(NavigatingCancelEventArgs) method and the Navigating event.
public class NavigatingCancelEventArgs : NavigationBaseEventArgs
- Inheritance
-
NavigatingCancelEventArgs
- Inherited Members
- Extension Methods
Properties
Cancel
Gets or sets a value indicating whether the event should be canceled.
public bool Cancel { get; set; }
Property Value
IsParentFrameNavigating
Gets a value indicating whether the frame performing the navigation is a parent frame or the frame itself.
public bool IsParentFrameNavigating { get; }
Property Value
NavigationType
Gets a value that indicates the type of navigation that is occurring.
public NavigationType NavigationType { get; }