FormGroupControl.hasChanged Method

Definition

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.

Returns

Applies to