Click or drag to resize
ConditionalEventBaseTEvent, TArgsConditionFunction Delegate
Delegate for the handler condition

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
public delegate bool ConditionFunction(
	Object sender,
	TArgs args
)

Parameters

sender
Type: SystemObject
Sender
args
Type: TArgs
Event arguments

Return Value

Type: Boolean
See Also