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

BaseView.GotFocus Event

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

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public event EventHandler GotFocus

Event Data

The GotFocus event's data class is EventArgs.

See Also