Skip to main content

InstantFeedbackDataSourceBase.GetQueryable Event

Occurs when the InstantFeedbackDataSourceBase needs a queryable source, to retrieve objects from the data store.

Namespace: DevExpress.Xpf.Core.ServerMode

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public event GetQueryableEventHandler GetQueryable

Event Data

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

Remarks

To learn more, see EntityInstantFeedbackSource.GetQueryable.

See Also