Delegate EventChannel<T0>.EventHandlerDelegate
Represents the method that will handle events with one parameters of type T0.
Namespace: Unity.Behavior
Assembly: Unity.Behavior.dll
Syntax
public delegate void EventChannel<T0>.EventHandlerDelegate(T0 value0)
Parameters
Type | Name | Description |
---|---|---|
T0 | value0 | The first parameter value provided when the event is raised. |