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

Search Results for

    Interface IRoutedViewModel<TParam>

    Represents a view model that is navigated to using a parameterized route part.

    Inherited Members
    IRoutedViewModelBase.CanBeCached
    IRoutedViewModelBase.OnNavigatedToAsync(NavigationArgs)
    IRoutedViewModelBase.OnNavigatingAwayAsync(NavigatingArgs)
    IRoutedViewModelBase.OnNavigatedAwayAsync()
    IRoutedViewModelBase.OnRouteNavigatedAsync(NavigationArgs)
    IRoutedViewModelBase.OnRouteNavigatingAsync(NavigatingArgs)
    Namespace: Singulink.UI.Navigation
    Assembly: Singulink.UI.Navigation.dll
    Syntax
    public interface IRoutedViewModel<TParam> : IRoutedViewModelBase where TParam : notnull
    Type Parameters
    Name Description
    TParam

    The type of parameter (or parameters tuple, if there are multiple parameters).

    Remarks

    See IRoutedViewModelBase for available navigation members that can be implemented by view models.

    © Singulink. All rights reserved.