Skip to main content
A newer version of this page is available. .

FilterControl.FilterStringChanged Event

Fires after a value of the FilterControl.FilterString property has been changed.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DXCategory("Property Changed")]
public event EventHandler FilterStringChanged

Event Data

The FilterStringChanged event's data class is EventArgs.

See Also