Class LoadingDataEventArgs
Provides data for the LoadingData event.
Inheritance
System.Object
LoadingDataEventArgs
Namespace: Telerik.Windows.Controls.DataServices
Assembly: Telerik.Windows.Controls.DataServices.dll
Syntax
public class LoadingDataEventArgs : CancelEventArgs
Properties
Query
Gets or sets the query that is executed remotely.
Declaration
public DataServiceQuery Query { get; set; }
Property Value
System.Data.Services.Client.DataServiceQuery
The query that is executed remotely. |