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


ColumnWidthChanged Event
Occurs when the column width has changed.
Syntax
'Declaration
 
Public Event ColumnWidthChanged As ColumnWidthChangedEventHandler
 
'Usage
 
Dim instance As FpSpread
Dim handler As ColumnWidthChangedEventHandler
 
AddHandler instance.ColumnWidthChanged, handler
Event Data

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

PropertyDescription
Gets the list of columns whose widths have changed.  
Gets whether the column indexes are row header columns.  
Gets the view that contains the columns whose widths have changed.  
See Also