Occurs just after a filter is applied to the underlying DataGridView.
Namespace: CleanCode.DataGridViewControlsAssembly: CleanCode.DataGridViewControls (in CleanCode.DataGridViewControls.dll) Version: 1.2.3.0 (1.2.03)
public event FilterChangedEventHandler FilterChanged
Public Event FilterChanged As FilterChangedEventHandler
public:
event FilterChangedEventHandler^ FilterChanged {
void add (FilterChangedEventHandler^ value);
void remove (FilterChangedEventHandler^ value);
}
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.