[]
Creates a new object with the TopChange event arguments.
public TopChangeEventArgs(SpreadView view, int oldTop, int newTop, int rowViewportIndex)
Public Sub New(view As SpreadView, oldTop As Integer, newTop As Integer, rowViewportIndex As Integer)
Type | Name | Description |
---|---|---|
SpreadView | view | View that contains the row |
int | oldTop | Index of the previous top row |
int | newTop | Index of the new top row |
int | rowViewportIndex | Index of the viewport row in which the change occurred |