DomainDataSource.IsSubmittingChanges 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 the DomainDataSource is currently submitting changes as a result of a call to SubmitChanges.

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

Syntax

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

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

Property Value

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

See Also

Reference

DomainDataSource Class

System.Windows.Controls Namespace

Other Resources

DomainDataSource