Click or drag to resize
ConditionalEventBaseTEvent, TArgs  Conversion (ConditionalEventBaseTEvent, TArgs to EventHandlerTArgs)
Implicit operator to convert to event handler

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static implicit operator EventHandler<TArgs> (
	ConditionalEventBase<TEvent, TArgs> ev
)

Parameters

ev
Type: CMS.BaseConditionalEventBaseTEvent, TArgs

Return Value

Type: EventHandlerTArgs
See Also