Skip to main content

AppointmentInplaceEditorBase.CommitChanges Event

Occurs before modified values are saved to the underlying data source.

Namespace: DevExpress.Xpf.Scheduler.UI

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public event EventHandler CommitChanges

#Event Data

The CommitChanges event's handler receives an argument of the EventArgs type.

#Implements

See Also