GetSourceEventArgs Class
Provides data for the WcfInstantFeedbackSource.GetSource and WcfInstantFeedbackSource.DismissSource events.
Namespace: DevExpress.Data.WcfLinq
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Remarks
The WcfInstantFeedbackSource.GetSource and WcfInstantFeedbackSource.DismissSource events occur when a WcfInstantFeedbackSource requests a queryable source to retrieve data from a data store, and when this queryable source is about to be dismissed.
See Also