[]
Represents the event data for the TopChange event in the Spread component, which occurs when the top row changes.
public class TopChangeEventArgs : EventArgs
Public Class TopChangeEventArgs
Inherits EventArgs
Name | Description |
---|---|
TopChangeEventArgs(SpreadView, int, int, int) | Creates a new object with the TopChange event arguments. |
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. |