Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SearchDialog Class / OnStringNotFound Method
Event arguments


In This Topic
    OnStringNotFound Method (SearchDialog)
    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)
    public virtual bool OnStringNotFound( 
       CancelEventArgs e
    )

    Parameters

    e
    Event arguments
    See Also