[This is preliminary documentation and is subject to change.]
Checks to see if a ClarionComponent object is eligible to be used
Namespace: Clarion.Framework.TemplatesAssembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)
Syntax
C# |
---|
public delegate bool EligibilityChecker( ActivationCollection currentInput, ClarionComponent target ) |
Parameters
- currentInput
- Type: Clarion.Framework..::..ActivationCollection
(optional) The current input
- target
- Type: Clarion.Framework.Core..::..ClarionComponent
(optional) The target whose eligibility is being considered