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

Represents the position changing event arguments.

Definition

Namespace:Telerik.WinForms.Controls.Spreadsheet.Worksheets

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

C#
public class PositionChangingEventArgs : RadCancelEventArgs

Inheritance: objectEventArgsRadCancelEventArgsPositionChangingEventArgs

Inherited Members RadCancelEventArgs.Cancel()RadCancelEventArgs.CanceledEventArgs.Empty

Constructors

Initializes a new instance of the PositionChangingEventArgs class.

C#
public PositionChangingEventArgs()

Properties

Gets the new cell index of the position.

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

The new cell index of the position.

Gets the old cell index of the position.

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

The old cell index of the position.