Back to Devexpress

GridControl.KeyboardFocusViewChanged Event

windowsforms-devexpress-dot-xtragrid-dot-gridcontrol-bedbd7b4.md

latest2.5 KB
Original Source

GridControl.KeyboardFocusViewChanged Event

OBSOLETE

Use the FocusedViewChanged event instead.

Fires when moving focus between Views.

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[DXCategory("Grid")]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the FocusedViewChanged event instead.")]
public event ViewFocusEventHandler KeyboardFocusViewChanged
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DXCategory("Grid")>
<Obsolete("Use the FocusedViewChanged event instead.")>
Public Event KeyboardFocusViewChanged As ViewFocusEventHandler

Event Data

The KeyboardFocusViewChanged event's data class is ViewFocusEventArgs. The following properties provide information specific to this event:

PropertyDescription
PreviousViewGets a value representing the previously focused View.
ViewGets a value representing the currently focused View.

Remarks

This member is obsolete. Use the GridControl.FocusedViewChanged event instead.

See Also

Views

MainView

DefaultView

FocusedView

GotFocus

LostFocus

GridControl Class

GridControl Members

DevExpress.XtraGrid Namespace