CurrentColumnChangedEventArgs(DataControlBase, ColumnBase, ColumnBase) Constructor
In This Article
Initializes a new instance of the CurrentColumnChangedEventArgs class with specified settings.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public CurrentColumnChangedEventArgs(
DataControlBase source,
ColumnBase oldColumn,
ColumnBase newColumn
)
#Parameters
Name | Type |
---|---|
source | Data |
old |
Column |
new |
Column |
See Also