ISchedulerInplaceEditor.LostFocus Event
Occurs when the control loses focus.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Event Data
The LostFocus event's data class is EventArgs.
Remarks
Handle this event to decide whether changes should be committed or discarded when the focus is lost.
See Also