[This is preliminary documentation and is subject to change.]
The event method used for performing global parameter changes
Namespace: Clarion.FrameworkAssembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)
Syntax
C# |
---|
protected void Global_OnParameterChanged( Object sender, ParameterChangeRequestedEventArgs e ) |
Parameters
- sender
- Type: System..::..Object
The particular parameters class instance that initiated the global parameter change
- e
- Type: Clarion.Framework.Core..::..ParameterChangeRequestedEventArgs
The event args (i.e., the parameter that is to be set and the new value for that parameter)
Remarks
Subclasses of this parameters class should add this method to their own global parameter change event handler during initialization.
Details on how to correctly implement this can be found in the Advanced Tutorial under the Tutorials section of the CLARION Library package.