NavigationPage.IStackNavigation.NavigationFinished Method

Definition

 virtual void Microsoft.Maui.IStackNavigation.NavigationFinished(System::Collections::Generic::IReadOnlyList<Microsoft::Maui::IView ^> ^ newStack) = Microsoft::Maui::IStackNavigation::NavigationFinished;
void IStackNavigation.NavigationFinished (System.Collections.Generic.IReadOnlyList<Microsoft.Maui.IView> newStack);
abstract member Microsoft.Maui.IStackNavigation.NavigationFinished : System.Collections.Generic.IReadOnlyList<Microsoft.Maui.IView> -> unit
override this.Microsoft.Maui.IStackNavigation.NavigationFinished : System.Collections.Generic.IReadOnlyList<Microsoft.Maui.IView> -> unit
Sub NavigationFinished (newStack As IReadOnlyList(Of IView)) Implements IStackNavigation.NavigationFinished

Parameters

newStack
IReadOnlyList<IView>

Implements

Applies to