WinFormsUIElementBase.IsDirtyCore Property
Gets a value that indicates whether the external data part is dirty.
Namespace: Microsoft.Office.BusinessApplications.Runtime.UI
Assembly: Microsoft.Office.BusinessApplications.RuntimeUi (in Microsoft.Office.BusinessApplications.RuntimeUi.dll)
Syntax
'Declaration
Protected MustOverride ReadOnly Property IsDirtyCore As Boolean
Get
'Usage
Dim value As Boolean
value = Me.IsDirtyCore
protected abstract bool IsDirtyCore { get; }
Property Value
Type: System.Boolean
true if the external data part is dirty; otherwise, false.