ClassLoadingDataEventArgs
Class
Provides data for the LoadingData event.
Definition
Namespace:Telerik.Windows.Controls.DataServices
Assembly:Telerik.Windows.Controls.DataServices.dll
Syntax:
cs-api-definition
public class LoadingDataEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsLoadingDataEventArgs
Inherited Members
Properties
Query
Gets or sets the query that is executed remotely.
Declaration
cs-api-definition
public DataServiceQuery Query { get; set; }
Property Value
DataServiceQuery
The query that is executed remotely.