Back to Devexpress

FilterControl.FilterChanged Event

windowsforms-devexpress-dot-xtraeditors-dot-filtercontrol-86dfc241.md

latest1.5 KB
Original Source

FilterControl.FilterChanged Event

Occurs after filter criteria in the FilterControl have been modified.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Event Data

The FilterChanged event's data class is DevExpress.XtraEditors.FilterChangedEventArgs.

Remarks

The FilterChanged event allows you to receive notifications when filter criteria are changed. The action that caused the current modification is specified by the event’s Action parameter. The changed node is refered to by the CurrentNode parameter. In specific instances, the CurrentNode can contain null (for instance, when all nodes are cleared).

See Also

FilterControl Class

FilterControl Members

DevExpress.XtraEditors Namespace