PropertyPage.Dirty Property

Definition

Returns a Boolean (bool in C#) value that is True if the contents of a custom property page have been altered. The ActiveX control that implements the PropertyPage object sets the value of this property, and Microsoft Outlook queries this in response to the OnStatusChange() method of a PropertyPageSite object. Read-only.

public:
 property bool Dirty { bool get(); };
public bool Dirty { get; }
Public ReadOnly Property Dirty As Boolean

Property Value

Applies to