Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FilterControl.FilterChanged Event

Occurs after filter criteria in the FilterControl have been modified.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DXCategory("Property Changed")]
public event FilterChangedEventHandler FilterChanged

#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