Table of Contents

Class EventDelegate

Namespace
Ceres.Flow
Assembly
Ceres.Flow.dll
public sealed class EventDelegate : EventDelegateBase
Inheritance
EventDelegate
Inherited Members
Extension Methods

Constructors

EventDelegate()

public EventDelegate()

Methods

Invoke(Object)

public void Invoke(Object contextObject)

Parameters

contextObject Object

Operators

implicit operator Action(EventDelegate)

public static implicit operator Action(EventDelegate @delegate)

Parameters

delegate EventDelegate

Returns

Action