Back to Devexpress

BaseView.LostFocus Event

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-baseview-10286f37.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public event EventHandler LostFocus
vb
Public Event LostFocus As EventHandler

Event Data

The LostFocus event's data class is EventArgs.

See Also

GotFocus

LostFocus

IsFocused

BaseView Class

BaseView Members

DevExpress.XtraBars.Docking2010.Views Namespace