Skip to main content

ISchedulerInplaceEditor.LostFocus Event

Occurs when the control loses focus.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

event EventHandler LostFocus

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