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


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

    Parameters

    sender
    Source of the event
    e
    Event data
    See Also