EntityEditor.IsChanged Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property IsChanged As Boolean
Get
Set
'Usage
Dim instance As EntityEditor
Dim value As Boolean
value = instance.IsChanged
instance.IsChanged = value
public bool IsChanged { get; set; }
Property Value
Type: System.Boolean