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

GetSourceEventArgs Class

Namespace: DevExpress.Data.ODataLinq

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public class GetSourceEventArgs :
    EventArgs

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.

Inheritance

Object
EventArgs
GetSourceEventArgs
See Also