DomainDataSource.HasChanges 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 items exposed by this DomainDataSource have pending changes.

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

Syntax

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

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

Property Value

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

See Also

Reference

DomainDataSource Class

System.Windows.Controls Namespace

Other Resources

DomainDataSource