ClassCurrentColumnChangingEventArgs
Class
Provides data for the CurrentColumnChanging event
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class CurrentColumnChangingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsCurrentColumnChangingEventArgs
Inherited Members
Constructors
CurrentColumnChangingEventArgs(GridViewColumn, GridViewColumn)
Initializes a new instance of the CurrentColumnChangingEventArgs class.
Declaration
cs-api-definition
public CurrentColumnChangingEventArgs(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.