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