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
Constructors
Initializes a new instance of the PositionChangingEventArgs class.
C#
public PositionChangingEventArgs(GridViewRowInfo row, GridViewColumn column)
The new row.
columnGridViewColumnThe 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; }