Class
PositionChangingEventArgs

Provides data for the PositionChanging event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class PositionChangingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsPositionChangingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

PositionChangingEventArgs(GridViewRowInfo, GridViewColumn)

Initializes a new instance of the PositionChangingEventArgs class.

Declaration

cs-api-definition
public PositionChangingEventArgs(GridViewRowInfo row, GridViewColumn column)

Parameters

row

GridViewRowInfo

The new row.

column

GridViewColumn

The new column.

Properties

Column

Gets the columnm that should be the new current column.

Declaration

cs-api-definition
public GridViewColumn Column { get; }

Property Value

GridViewColumn

Row

Gets the row that should be the new current row.

Declaration

cs-api-definition
public GridViewRowInfo Row { get; }

Property Value

GridViewRowInfo