Back to Devexpress

FilterControl.FilterStringChanged Event

windowsforms-devexpress-dot-xtraeditors-dot-filtercontrol-1daca7ac.md

latest1.3 KB
Original Source

FilterControl.FilterStringChanged Event

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Property Changed")]
public event EventHandler FilterStringChanged
vb
<DXCategory("Property Changed")>
Public Event FilterStringChanged As EventHandler

Event Data

The FilterStringChanged event's data class is EventArgs.

See Also

FilterString

FilterControl Class

FilterControl Members

DevExpress.XtraEditors Namespace