Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SearchDialog Class / OnStringNotFound Method
Event arguments


In This Topic
OnStringNotFound Method
In This Topic
Occurs when the search does not find the string.
Syntax
'Declaration
 
Public Overridable Function OnStringNotFound( _
   ByVal e As CancelEventArgs _
) As Boolean
 
'Usage
 
Dim instance As SearchDialog
Dim e As CancelEventArgs
Dim value As Boolean
 
value = instance.OnStringNotFound(e)

Parameters

e
Event arguments
See Also