Share via


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.

See also

Reference

WinFormsUIElementBase class

WinFormsUIElementBase members

Microsoft.Office.BusinessApplications.Runtime.UI namespace