New to Telerik UI for WinFormsStart a free 30-day trial

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 CancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the CurrentColumnChangingEventArgs class.

C#
public CurrentColumnChangingEventArgs(GridViewColumn currentColumn, GridViewColumn newColumn)
Parameters:currentColumnGridViewColumn

The current column.

newColumnGridViewColumn

The new column.

Fields

Gets the current column.

C#
public readonly GridViewColumn CurrentColumn

Gets the new column.

C#
public readonly GridViewColumn NewColumn