Class LoadingDataEventArgs
Provides data for the LoadingData event.
Inheritance
System.Object
LoadingDataEventArgs
Namespace: Telerik.Windows.Controls.DomainServices
Assembly: Telerik.Windows.Controls.DomainServices.dll
Syntax
public class LoadingDataEventArgs : CancelEventArgs
Properties
LoadBehavior
Gets or sets the load behavior applied to this load operation.
Declaration
public LoadBehavior LoadBehavior { get; set; }
Property Value
System.ServiceModel.DomainServices.Client.LoadBehavior
The load behavior applied to this load operation. |
Query
Gets or sets the query that is executed remotely.
Declaration
public EntityQuery Query { get; set; }
Property Value
System.ServiceModel.DomainServices.Client.EntityQuery
The query that is executed remotely. |