Skip to main content

PersistentObjectStorage<T>.FilterChanged Event

In This Article

Occurs when the PersistentObjectStorage<T>.Filter property value is changed.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

#Declaration

[Browsable(false)]
public event EventHandler FilterChanged

#Event Data

The FilterChanged event's data class is EventArgs.

See Also