ExtendedDataGridView FilterChanged EventCleanCode C# Libraries v1.2.03 API
Occurs just after a filter is applied to the underlying DataGridView.

Namespace: CleanCode.DataGridViewControls
Assembly: CleanCode.DataGridViewControls (in CleanCode.DataGridViewControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public event FilterChangedEventHandler FilterChanged
Remarks

Note that this only fires when a filter is applied directly by the user, i.e. instigated by the FilterTextCommitted event. It does not fire when programmatically setting the filter.
See Also