[]
Encapsulates a method that has two parameters and does not return a value.
public delegate void Action<in T1, in T2>(T1 arg1, T2 arg2)
Public Delegate Sub Action(Of In T1, In T2)(arg1 As T1, arg2 As T2)
| Type | Name | Description |
|---|---|---|
| T1 | arg1 | Encapsulates a method that has two parameters and does not return a value. |
| T2 | arg2 | Encapsulates a method that has two parameters and does not return a value. |
| Name | Description |
|---|---|
| T1 | |
| T2 |
| Name | Description |
|---|---|
| Action(object, nint) |
| Name | Description |
|---|---|
| BeginInvoke(T1, T2, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(T1, T2) |