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


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

    Parameters

    sender
    Source of the event
    e
    Event data
    See Also