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

Search Results for

    Property Parameter

    Parameter

    Gets or sets the route parameter (or parameters tuple if there are multiple parameters) for this view model. This property is set once prior to any navigation events being called on the view model. Getting the value before it is set or setting it more than once will throw an InvalidOperationException.

    Declaration
    public TParam Parameter { get; set; }
    Property Value
    Type Description
    TParam
    Implements
    IRoutedViewModel<TParam>.Parameter
    © Singulink. All rights reserved.