Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnSearchDialogClosing Method
SubEditorClosedEventArgs object that contains event arguments


In This Topic
    OnSearchDialogClosing Method
    In This Topic
    Raises the SearchDialogClosing event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnSearchDialogClosing( _
       ByVal e As CancelEventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim e As CancelEventArgs
     
    instance.OnSearchDialogClosing(e)
    protected virtual void OnSearchDialogClosing( 
       CancelEventArgs e
    )

    Parameters

    e
    SubEditorClosedEventArgs object that contains event arguments
    See Also