Back to Devexpress

GetSourceEventArgs Class

corelibraries-devexpress-dot-data-dot-wcflinq-738df6f2.md

latest1.9 KB
Original Source

GetSourceEventArgs Class

Provides data for the WcfInstantFeedbackSource.GetSource and WcfInstantFeedbackSource.DismissSource events.

Namespace : DevExpress.Data.WcfLinq

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public class GetSourceEventArgs :
    EventArgs
vb
Public Class GetSourceEventArgs
    Inherits EventArgs

GetSourceEventArgs is the data class for the following events:

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.

Inheritance

Object EventArgs GetSourceEventArgs

See Also

GetSourceEventArgs Members

DevExpress.Data.WcfLinq Namespace