Skip to main content

AppointmentEditDialogViewModel<T>.TrackLoad(Action<AppointmentFormController>) Method

Namespace: DevExpress.Web.ASPxScheduler.Dialogs

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public void TrackLoad(
    Action<AppointmentFormController> loadAction
)

Parameters

Name Type
loadAction Action<DevExpress.Web.ASPxScheduler.Internal.AppointmentFormController>
See Also