C1.Win.FlexGrid Namespace / C1FlexGrid Class / OnSearchApplying Method
SearchApplyingEventArgs object that contains the event data.

In This Topic
OnSearchApplying Method (C1FlexGrid)
In This Topic
Raises the SearchApplying event.
Syntax
'Declaration
 
Protected Overridable Sub OnSearchApplying( _
   ByVal e As SearchApplyingEventArgs _
) 
 

Parameters

e
SearchApplyingEventArgs object that contains the event data.
See Also