Skip to main content
All docs
V25.1
  • Tab

    DialogViewModelBase.TrackPropertyChangeFor<TViewModel, TField>(Expression<Func<TViewModel, TField>>, Action) Method

    Tracks the view model’s load state.

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    public void TrackPropertyChangeFor<TViewModel, TField>(
        Expression<Func<TViewModel, TField>> getter,
        Action action
    )

    Parameters

    Name Type Description
    getter Expression<Func<TViewModel, TField>>
    action Action

    An action method.

    Type Parameters

    Name
    TViewModel
    TField
    See Also