Class NavigationBaseEventArgs
- Namespace
- HeBianGu.General.WpfControlLib
- Assembly
- HeBianGu.General.WpfControlLib.dll
Defines the base navigation event arguments.
public abstract class NavigationBaseEventArgs : EventArgs
- Inheritance
-
NavigationBaseEventArgs
- Derived
- Inherited Members
- Extension Methods
Properties
Frame
Gets the frame that raised this event.
public ModernFrame Frame { get; }
Property Value
Source
Gets the source uri for the target being navigated to.
public Uri Source { get; }