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