ClassCurrentColumnChangedEventArgs
Class
Provides data for the CurrentColumnChanged event
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class CurrentColumnChangedEventArgs : EventArgs
Inheritance: objectEventArgsCurrentColumnChangedEventArgs
Inherited Members
Constructors
CurrentColumnChangedEventArgs(GridViewColumn, GridViewColumn)
Initializes a new instance of the CurrentColumnChangedEventArgs class.
Declaration
cs-api-definition
public CurrentColumnChangedEventArgs(GridViewColumn currentColumn, GridViewColumn newColumn)
Parameters
currentColumn
The current column.
newColumn
The new column.
Fields
CurrentColumn
Gets the current column.
Declaration
cs-api-definition
public readonly GridViewColumn CurrentColumn
Field Value
NewColumn
Gets the new column.