Skip to main content
A newer version of this page is available. .

ISchedulerInplaceEditor.LostFocus Event

Occurs when the control loses focus.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

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