[This is preliminary documentation and is subject to change.]

Used to specify that a global parameter change event in in progress

Namespace: Clarion.Framework.Templates
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
protected static bool ParameterChange_EventInvoked { get; set; }

Remarks

This property is used to prevent recursive loops when updating the global parameters of the "downstream" classes in the inheritance hierarchy.

Details on how to correctly use this property can be found in the Developer Tutorial upon request.

See Also