Skip to main content

DataControlBase.CurrentColumnChanged Event

Occurs after the focused column has been changed.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.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