Skip to main content
A newer version of this page is available. .

PersistentObjectStorage<T>.FilterChanged Event

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

Namespace: DevExpress.XtraScheduler

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

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

[Browsable(false)]
public event EventHandler FilterChanged

Event Data

The FilterChanged event's data class is EventArgs.

See Also