Provides data for the CurrentColumnChanging event
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class CurrentColumnChangingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsCurrentColumnChangingEventArgs
Inherited Members
Constructors
Initializes a new instance of the CurrentColumnChangingEventArgs class.
C#
public CurrentColumnChangingEventArgs(GridViewColumn currentColumn, GridViewColumn newColumn)
The current column.
newColumnGridViewColumnThe new column.
Fields
Gets the current column.
C#
public readonly GridViewColumn CurrentColumn
Gets the new column.
C#
public readonly GridViewColumn NewColumn