FormGroupControl.hasChanged Method
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.
Overloads
hasChanged() |
Sets or returns a Boolean value that indicates whether the contents of a form group control have changed. |
hasChanged(Boolean) |
hasChanged()
Sets or returns a Boolean value that indicates whether the contents of a form group control have changed.
public:
override bool hasChanged();
public override bool hasChanged ();
override this.hasChanged : unit -> bool
Public Overrides Function hasChanged () As Boolean
Returns
true if the contents have changed; otherwise, false.
Applies to
hasChanged(Boolean)
public:
override bool hasChanged(bool _val);
public override bool hasChanged (bool _val);
override this.hasChanged : bool -> bool
Public Overrides Function hasChanged (_val As Boolean) As Boolean
Parameters
- _val
- Boolean
A Boolean value that indicates whether the contents of a form group control have changed; optional.