Click or drag to resize
ConditionalEventBase<TEvent, TArgs>.GetHandler Method
Implicit operator to convert to event handler

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 11.0.0
Syntax
C#
public EventHandler<TArgs> GetHandler()

Return Value

Type: EventHandler<TArgs>
See Also