Skip to main content

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

In This Article

Namespace: DevExpress.Web.ASPxScheduler.Dialogs

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

NuGet Package: DevExpress.Web.Scheduler

#Declaration

public void TrackSave(
    Action<AppointmentFormController> saveAction
)

#Parameters

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