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

Provides data for the PositionChanging event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class PositionChangingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsPositionChangingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the PositionChangingEventArgs class.

C#
public PositionChangingEventArgs(GridViewRowInfo row, GridViewColumn column)
Parameters:rowGridViewRowInfo

The new row.

columnGridViewColumn

The new column.

Properties

Gets the columnm that should be the new current column.

C#
public GridViewColumn Column { get; }

Gets the row that should be the new current row.

C#
public GridViewRowInfo Row { get; }