[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.1.0 (6.1.1.0)
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