Interface IAddLateEvent<T0, T1>
Version of with 2 arguments
Syntax
public interface IAddLateEvent<T0, T1>
Type Parameters
| Name | Description |
|---|---|
| T0 | |
| T1 |
Methods
AddListener(Action<T0, T1>)
Declaration
void AddListener(Action<T0, T1> handler)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Action<T0, T1> | handler |
RemoveListener(Action<T0, T1>)
Declaration
void RemoveListener(Action<T0, T1> handler)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Action<T0, T1> | handler |