Back to Devexpress

BaseView.GotFocus Event

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-baseview-ff5a0ee9.md

latest1.2 KB
Original Source

BaseView.GotFocus Event

Fires when focus is moved to any document within the current View.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public event EventHandler GotFocus
vb
Public Event GotFocus As EventHandler

Event Data

The GotFocus event's data class is EventArgs.

See Also

GotFocus

LostFocus

IsFocused

BaseView Class

BaseView Members

DevExpress.XtraBars.Docking2010.Views Namespace