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


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

    Parameters

    sender
    Source of the event
    e
    Event data
    See Also