[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ChangeEventArgs

ChangeEventArgs Class

Represents the event data for the Change event for the Spread component, which occurs when a cell changes.

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

Constructors

Name Description
ChangeEventArgs(SpreadView, int, int)

Creates a new object with the Change event arguments.

Properties

Name Description
Column

Gets the column index of the cell that is changed.

Row

Gets the row index of the cell that is changed.

View

Gets the view that contains the cell that is changed.

OSZAR »