[]
Represents the event data for the ColumnViewportWidthChanged event for the Spread component, which occurs when the width of a viewport column has changed.
public class ColumnViewportWidthChangedEventArgs : EventArgs
Public Class ColumnViewportWidthChangedEventArgs
Inherits EventArgs
Name | Description |
---|---|
ColumnViewportWidthChangedEventArgs(SpreadView, int, int) | Creates a new object with the ColumnViewportWidthChanged event arguments. |
Name | Description |
---|---|
View | Gets the view that contains the viewport column whose width has changed. |
ViewportIndex | Gets the index of the viewport column whose width has changed. |
ViewportWidth | Gets the width of the viewport column whose width has changed. |