IModulePage.HasChanges 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.
Gets a value indicating whether the module page has changes.
public:
property bool HasChanges { bool get(); };
public bool HasChanges { get; }
member this.HasChanges : bool
Public ReadOnly Property HasChanges As Boolean
Property Value
true
if the IModulePage interface has changes; otherwise, false
.
Remarks
Implementers should use the value of the HasChanges property to enable or disable the Apply or Cancel buttons in the user interface.