Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ColumnWidthChanged Event


In This Topic
    ColumnWidthChanged Event
    In This Topic
    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
    public event ColumnWidthChangedEventHandler ColumnWidthChanged
    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