Skip to main content

PersistentObjectStorage<T>.FilterChanged Event

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.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