Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ColumnViewportWidthChanged Event


ColumnViewportWidthChanged Event
Occurs when a viewport column width has changed.
Syntax
'Declaration
 
Public Event ColumnViewportWidthChanged As ColumnViewportWidthChangedEventHandler
 
'Usage
 
Dim instance As FpSpread
Dim handler As ColumnViewportWidthChangedEventHandler
 
AddHandler instance.ColumnViewportWidthChanged, handler
Event Data

The event handler receives an argument of type ColumnViewportWidthChangedEventArgs containing data related to this event. The following ColumnViewportWidthChangedEventArgs properties provide information specific to this event.

PropertyDescription
Gets the view that contains the viewport column whose width has changed.  
Gets the index of the viewport column whose width has changed.  
Gets the width of the viewport column whose width has changed.  
See Also