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

DataControlBase.CurrentColumnChanged Event

Occurs after the focused column has been changed.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public event CurrentColumnChangedEventHandler CurrentColumnChanged

Event Data

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

Property
NewColumn
OldColumn
Source
See Also