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