Class
PositionChangedEventArgs

Provides data for the PositionChanged event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class PositionChangedEventArgs : EventArgs

Inheritance: objectEventArgsPositionChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

PositionChangedEventArgs(GridViewRowInfo, GridViewColumn)

Initializes a new instance of the PositionChangingEventArgs class.

Declaration

cs-api-definition
public PositionChangedEventArgs(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