Skip to main content

DataViewBase.FocusedViewChanged Event

Occurs after the active View has been changed.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

public event FocusedViewChangedEventHandler FocusedViewChanged

#Event Data

The FocusedViewChanged event's handler receives an argument of the DevExpress.Xpf.Grid.FocusedViewChangedEventArgs type.

#Remarks

The current active view can be accessed via the grid's DataViewBase.FocusedView property.

See Also