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

InstantFeedbackDataSourceBase.DismissQueryable Event

Occurs when the InstantFeedbackDataSourceBase no longer needs the queryable source it used to retrieve objects from the data store.

Namespace: DevExpress.Xpf.Core.ServerMode

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public event GetQueryableEventHandler DismissQueryable

Event Data

The DismissQueryable event's data class is DevExpress.Xpf.Core.ServerMode.GetQueryableEventArgs.

See Also