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

Specifies that the target MUST contain NO activated parameter changes

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

Syntax

C#
public void SetTargetAsNOTActivated(
	ISubscribes<ParameterChangeRequestedEventArgs> target
)

Parameters

target
Type: Clarion.Framework.Templates..::..ISubscribes<(Of <(<'ParameterChangeRequestedEventArgs>)>)>
The target to be set

See Also