HandlerCollectionAdd(Keys, PredicateControlBase, HandlerScope) Method

Creates a {0} and adds it to the handlers collection

Definition

Namespace: Firefly.Box.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public Handler Add(
	Keys keyCombination,
	Predicate<ControlBase> ifControlMatches,
	HandlerScope scope
)

Parameters

keyCombination  Keys
The key combination that will trigger this handler.
ifControlMatches  PredicateControlBase
Binds the handler to only be triggered if the current control matches this predicate.
scope  HandlerScope
 

Return Value

Handler

See Also