Class SkiaShellNavigatingArgs
public class SkiaShellNavigatingArgs : EventArgs
- Inheritance
-
SkiaShellNavigatingArgs
- Inherited Members
- Extension Methods
Constructors
SkiaShellNavigatingArgs(SkiaControl, SkiaControl, string, NavigationSource)
public SkiaShellNavigatingArgs(SkiaControl view, SkiaControl current, string route, NavigationSource source)
Parameters
viewSkiaControlcurrentSkiaControlroutestringsourceNavigationSource
Properties
Cancel
If you set this to True the navigation will be canceled
public bool Cancel { get; set; }
Property Value
Previous
The SkiaControl that is upfront now
public SkiaControl Previous { get; }
Property Value
Route
Is never null
public string Route { get; }
Property Value
Source
public NavigationSource Source { get; }
Property Value
View
The SkiaControl that will navigate
public SkiaControl View { get; }