C1.Win.FlexGrid Namespace / C1FlexGridBase Class / OnSearchApplied Method
SearchAppliedEventArgs object that contains the event data.

In This Topic
OnSearchApplied Method (C1FlexGridBase)
In This Topic
Raises the SearchApplied event.
Syntax
'Declaration
 
Protected Overridable Sub OnSearchApplied( _
   ByVal e As SearchAppliedEventArgs _
) 
 

Parameters

e
SearchAppliedEventArgs object that contains the event data.
See Also