Class
PositionChangingEventArgs

Represents the position changing event arguments.

Definition

Namespace:Telerik.WinForms.Controls.Spreadsheet.Worksheets

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

cs-api-definition
public class PositionChangingEventArgs : RadCancelEventArgs

Inheritance: objectEventArgsRadCancelEventArgsPositionChangingEventArgs

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

Constructors

PositionChangingEventArgs()

Initializes a new instance of the PositionChangingEventArgs class.

Declaration

cs-api-definition
public PositionChangingEventArgs()

Properties

NewCellIndex

Gets the new cell index of the position.

Declaration

cs-api-definition
public CellIndex NewCellIndex { get; }

Property Value

CellIndex

The new cell index of the position.

OldCellIndex

Gets the old cell index of the position.

Declaration

cs-api-definition
public CellIndex OldCellIndex { get; }

Property Value

CellIndex

The old cell index of the position.