Class NavigationEventArgs
- Namespace
- HeBianGu.General.WpfControlLib
- Assembly
- HeBianGu.General.WpfControlLib.dll
Provides data for frame navigation events.
public class NavigationEventArgs : NavigationBaseEventArgs
- Inheritance
-
NavigationEventArgs
- Inherited Members
- Extension Methods
Properties
Content
Gets the content of the target being navigated to.
public object Content { get; }
Property Value
NavigationType
Gets a value that indicates the type of navigation that is occurring.
public NavigationType NavigationType { get; }