Skip to main content

BaseView.LostFocus Event

Fires when focus is moved from the current View’s document to any external control (for instance, to an external DockPanel).

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public event EventHandler LostFocus

Event Data

The LostFocus event's data class is EventArgs.

See Also