LoadingDataEventArgs.LoadBehavior Property
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Gets or sets the load behavior applied to this load operation.
Namespace: System.Windows.Controls
Assembly: System.Windows.Controls.DomainServices (in System.Windows.Controls.DomainServices.dll)
Syntax
'Declaration
Public Property LoadBehavior As LoadBehavior
Get
Set
'Usage
Dim instance As LoadingDataEventArgs
Dim value As LoadBehavior
value = instance.LoadBehavior
instance.LoadBehavior = value
public LoadBehavior LoadBehavior { get; set; }
public:
property LoadBehavior LoadBehavior {
LoadBehavior get ();
void set (LoadBehavior value);
}
member LoadBehavior : LoadBehavior with get, set
function get LoadBehavior () : LoadBehavior
function set LoadBehavior (value : LoadBehavior)
Property Value
Type: System.ServiceModel.DomainServices.Client.LoadBehavior
The load behavior applied to this load operation.