[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ColumnViewportWidthChangedEventArgs

ColumnViewportWidthChangedEventArgs Class

Represents the event data for the ColumnViewportWidthChanged event for the Spread component, which occurs when the width of a viewport column has changed.

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

Constructors

Name Description
ColumnViewportWidthChangedEventArgs(SpreadView, int, int)

Creates a new object with the ColumnViewportWidthChanged event arguments.

Properties

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.