IShellController.ProposeNavigation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public bool ProposeNavigation (Xamarin.Forms.ShellNavigationSource source, Xamarin.Forms.ShellItem item, Xamarin.Forms.ShellSection shellSection, Xamarin.Forms.ShellContent shellContent, System.Collections.Generic.IReadOnlyList<Xamarin.Forms.Page> stack, bool canCancel);
abstract member ProposeNavigation : Xamarin.Forms.ShellNavigationSource * Xamarin.Forms.ShellItem * Xamarin.Forms.ShellSection * Xamarin.Forms.ShellContent * System.Collections.Generic.IReadOnlyList<Xamarin.Forms.Page> * bool -> bool
Parameters
- source
- ShellNavigationSource
- item
- ShellItem
- shellSection
- ShellSection
- shellContent
- ShellContent
- stack
- System.Collections.Generic.IReadOnlyList<Page>
- canCancel
- System.Boolean
Returns
System.Boolean