UI Tookit UI Tookit
UI Tookit UI Tookit
DocFX + Singulink = ♥

Search Results for

    Interface IRoutedViewModelBase

    Represents a view model that can be navigated to.

    Namespace: Singulink.UI.Navigation
    Assembly: Singulink.UI.Navigation.dll
    Syntax
    public interface IRoutedViewModelBase

    Methods

    Name Description
    OnNavigatedFrom()

    Invoked when the view model is navigated away from.

    OnNavigatedToAsync(INavigator, NavigationArgs)

    Invoked when the view model is navigated to.

    OnNavigatingFromAsync(INavigator, NavigatingArgs)

    Invoked when the view model is being navigated away from and allows the navigation to be cancelled.

    © Singulink. All rights reserved.