Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SearchDialog Class / findNext_Click Method
Object source of the event
Event data


In This Topic
    findNext_Click Method (SearchDialog)
    In This Topic
    Internal use only. Occurs when the next click.
    Syntax
    'Declaration
     
    
    Protected Sub findNext_Click( _
       ByVal sender As Object, _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As SearchDialog
    Dim sender As Object
    Dim e As EventArgs
     
    instance.findNext_Click(sender, e)
    protected void findNext_Click( 
       object sender,
       EventArgs e
    )

    Parameters

    sender
    Object source of the event
    e
    Event data
    See Also