[]
        
(Showing Draft Content)

FarPoint.Win.Spread.LeftChangeEventArgs

LeftChangeEventArgs Class

Represents the event data for the LeftChange event for the Spread component, which occurs when the left column in the view changes.

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

Constructors

Name Description
LeftChangeEventArgs(SpreadView, int, int, int)

Creates a new object with the LeftChange event arguments.

Properties

Name Description
ColumnViewportIndex

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

NewLeft

Gets the index of the new left column.

OldLeft

Gets the index of the previous left column.