Spread WinForms 15
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
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)

Parameters

sender
Object source of the event
e
Event data
See Also