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

Provides data for the PositionChanged event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class PositionChangedEventArgs : EventArgs

Inheritance: objectEventArgsPositionChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the PositionChangingEventArgs class.

C#
public PositionChangedEventArgs(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; }