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

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

Namespace: Clarion.Framework.Core
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 Advanced Tutorial under the Tutorials section of the Clarion Library package.

See Also