[]
        
(Showing Draft Content)

FarPoint.Win.Spread.LeaveCellEventArgs

LeaveCellEventArgs Class

Represents the event data for the LeaveCell event for the Spread component, which occurs when the focus leaves a cell.

Inheritance
LeaveCellEventArgs
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class LeaveCellEventArgs : EventArgs
Public Class LeaveCellEventArgs
    Inherits EventArgs

Constructors

Name Description
LeaveCellEventArgs(SpreadView, int, int, int, int)

Creates a new object with the LeaveCell event arguments.

Properties

Name Description
Cancel

Gets or sets whether to cancel the cell navigation.

Column

Gets the column index of the cell being left.

NewColumn

Gets the column index of the cell being entered.

NewRow

Gets the row index of the cell being entered.

Row

Gets the row index index of the cell being left.