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