PropertyPage.Dirty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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