DomainDataSource.IsBusy 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 a value indicating whether this DomainDataSource is loading data or submitting changes.

Namespace:  System.Windows.Controls
Assembly:  System.Windows.Controls.DomainServices (in System.Windows.Controls.DomainServices.dll)

Syntax

'Declaration
Public Property IsBusy As Boolean
    Get
    Private Set
'Usage
Dim instance As DomainDataSource
Dim value As Boolean

value = instance.IsBusy
public bool IsBusy { get; private set; }
public:
property bool IsBusy {
    bool get ();
    private: void set (bool value);
}
member IsBusy : bool with get, private set
function get IsBusy () : boolean
private function set IsBusy (value : boolean)

Property Value

Type: System.Boolean
true to indicate the data source is loading data or submitting changes; otherwise, false.

See Also

Reference

DomainDataSource Class

System.Windows.Controls Namespace

IsLoadingData

IsSubmittingChanges

Other Resources

DomainDataSource