OnFilterApplied Method (C1FlexGridFilter)
In This Topic
Raises the
FilterApplied event.
Syntax
'Declaration
Protected Overridable Sub OnFilterApplied( _
ByVal As EventArgs _
)
protected virtual void OnFilterApplied(
EventArgs
)
Parameters
- e
- Event data.
See Also