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

Represents the position changing event arguments.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class PositionChangingEventArgs : RadCancelEventArgs

Inheritance: objectPositionChangingEventArgs

Constructors

Initializes a new instance of the PositionChangingEventArgs class.

C#
public PositionChangingEventArgs()

Properties

NewCellIndex

CellIndex

Gets the new cell index of the position.

C#
public CellIndex NewCellIndex { get; }
Property Value:

The new cell index of the position.

OldCellIndex

CellIndex

Gets the old cell index of the position.

C#
public CellIndex OldCellIndex { get; }
Property Value:

The old cell index of the position.