Table of Contents

Class EventDelegate<T1>

Namespace
Ceres.Flow
Assembly
Ceres.Flow.dll
public sealed class EventDelegate<T1> : EventDelegateBase

Type Parameters

T1
Inheritance
EventDelegate<T1>
Inherited Members
Extension Methods

Constructors

EventDelegate()

public EventDelegate()

Methods

Invoke(Object, T1)

public void Invoke(Object contextObject, T1 input1)

Parameters

contextObject Object
input1 T1

Operators

implicit operator Action<T1>(EventDelegate<T1>)

public static implicit operator Action<T1>(EventDelegate<T1> @delegate)

Parameters

delegate EventDelegate<T1>

Returns

Action<T1>