[]
        
(Showing Draft Content)

FarPoint.Win.Spread.TopChangeEventArgs

TopChangeEventArgs Class

Represents the event data for the TopChange event in the Spread component, which occurs when the top row changes.

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

Constructors

Name Description
TopChangeEventArgs(SpreadView, int, int, int)

Creates a new object with the TopChange event arguments.

Properties

Name Description
NewTop

Gets the index of the new top row.

OldTop

Gets the index of the previous top row.

RowViewportIndex

Gets the index of the viewport row in which the change occurred.