Share via


FormActiveXControl.hasChanged Method

Definition

Overloads

hasChanged(Boolean)
hasChanged()

Sets or returns a value that indicates whether the contents of the control have changed.

hasChanged(Boolean)

public:
 override bool hasChanged(bool _val);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override bool hasChanged (bool _val);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.hasChanged : bool -> bool
Public Overrides Function hasChanged (_val As Boolean) As Boolean

Parameters

_val
Boolean

The value to assign as the hasChanged value for the control; optional.

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to

hasChanged()

Sets or returns a value that indicates whether the contents of the control have changed.

public:
 override bool hasChanged();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override bool hasChanged ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.hasChanged : unit -> bool
Public Overrides Function hasChanged () As Boolean

Returns

true if the contents of the control have changed; otherwise, false.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to