Table of Contents

Class SkiaShellNavigatedArgs

Namespace
DrawnUi.Controls
Assembly
DrawnUi.Maui.dll
public class SkiaShellNavigatedArgs : EventArgs
Inheritance
SkiaShellNavigatedArgs
Inherited Members
Extension Methods

Constructors

SkiaShellNavigatedArgs(SkiaControl, string, NavigationSource)

public SkiaShellNavigatedArgs(SkiaControl view, string route, NavigationSource source)

Parameters

view SkiaControl
route string
source NavigationSource

Properties

Route

Is never null.

public string Route { get; }

Property Value

string

Source

public NavigationSource Source { get; }

Property Value

NavigationSource

View

The SkiaControl that went upfront

public SkiaControl View { get; }

Property Value

SkiaControl