Share via


IModulePage.HasChanges Property

Definition

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.

Applies to

See also