Share via


State.HasChanges Property

Gets whether the state has changed since it was initially created or the last call to AcceptChanges.

Namespace: Microsoft.Practices.CompositeUI
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
<DefaultValueAttribute(False)> _
Public ReadOnly Property HasChanges As Boolean
'Usage
Dim instance As State
Dim value As Boolean

value = instance.HasChanges
[DefaultValueAttribute(false)] 
public bool HasChanges { get; }
[DefaultValueAttribute(false)] 
public:
property bool HasChanges {
    bool get ();
}
/** @property */
public boolean get_HasChanges ()
public function get HasChanges () : boolean

See Also

Reference

State Class
State Members
Microsoft.Practices.CompositeUI Namespace