Skip to main content
A newer version of this page is available.
All docs
V19.2

FilterEditorControl.FilterChanged Event

Occurs after filter criteria in the FilterEditorControl have been modified.

Namespace: DevExpress.XtraFilterEditor

Assembly: DevExpress.XtraRichEdit.v19.2.dll

Declaration

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