[This is preliminary documentation and is subject to change.]
Used to specify that a global parameter change event in in progress
Namespace: Clarion.Framework.CoreAssembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)
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.