Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ColumnWidthChangedEventHandler Delegate
Source of the event
Event data


In This Topic
    ColumnWidthChangedEventHandler Delegate
    In This Topic
    Represents a defined method that handles the ColumnWidthChanged event for the Spread component.
    Syntax
    'Declaration
     
    
    Public Delegate Sub ColumnWidthChangedEventHandler( _
       ByVal sender As Object, _
       ByVal e As ColumnWidthChangedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As New ColumnWidthChangedEventHandler(AddressOf HandlerMethod)
    public delegate void ColumnWidthChangedEventHandler( 
       object sender,
       ColumnWidthChangedEventArgs e
    )

    Parameters

    sender
    Source of the event
    e
    Event data
    See Also