[]
        
(Showing Draft Content)

FarPoint.Win.Spread.LeftChangeEventArgs.-ctor

LeftChangeEventArgs Constructor

LeftChangeEventArgs(SpreadView, int, int, int)

Creates a new object with the LeftChange event arguments.

Declaration
public LeftChangeEventArgs(SpreadView view, int oldLeft, int newLeft, int columnViewportIndex)
Public Sub New(view As SpreadView, oldLeft As Integer, newLeft As Integer, columnViewportIndex As Integer)
Parameters
Type Name Description
SpreadView view

View in which the change occurred

int oldLeft

Index of the previous left column

int newLeft

Index of the new left column

int columnViewportIndex

Index of the viewport column in which the change occurred