Table of Contents

Class SkiaShellNavigatingArgs

Namespace
DrawnUi.Controls
Assembly
DrawnUi.Maui.dll
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

view SkiaControl
current SkiaControl
route string
source NavigationSource

Properties

Cancel

If you set this to True the navigation will be canceled

public bool Cancel { get; set; }

Property Value

bool

Previous

The SkiaControl that is upfront now

public SkiaControl Previous { get; }

Property Value

SkiaControl

Route

Is never null

public string Route { get; }

Property Value

string

Source

public NavigationSource Source { get; }

Property Value

NavigationSource

View

The SkiaControl that will navigate

public SkiaControl View { get; }

Property Value

SkiaControl