Occurs when the user signals to apply a filter to the underlying DataGridView.
Namespace: CleanCode.DataGridViewControlsAssembly: CleanCode.DataGridViewControls (in CleanCode.DataGridViewControls.dll) Version: 1.2.3.0 (1.2.03)
public event FilterChangedEventHandler FilterTextCommitted
Public Event FilterTextCommitted As FilterChangedEventHandler
public:
event FilterChangedEventHandler^ FilterTextCommitted {
void add (FilterChangedEventHandler^ value);
void remove (FilterChangedEventHandler^ value);
}
That is, this event fires when the user presses
return
in the filter text box or when the users presses
the
Apply Filter or
the
Clear Filter buttons.
Note that it does
not occur from just a text change in the filter text box.