Skip to main content
A newer version of this page is available. .
Tab

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

Tracks the view model’s load state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.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