OnFilterChanged Method (C1FilterEditor)
In This Topic
Raises the
FilterChanged event.
Syntax
'Declaration
Protected Sub OnFilterChanged( _
ByVal As EventArgs _
)
protected void OnFilterChanged(
EventArgs
)
Parameters
- e
- An System.EventArgs that contains the event data.
See Also