Click or drag to resize
ConditionalEventBase<TEvent, TArgs>.ConditionFunction 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: System.Object
Sender
args
Type: TArgs
Event arguments

Return Value

Type: Boolean
See Also