[]
A delegate to receive status changed events from the manager.
public delegate void Manager2.ManagerEventDelegate(ManagerStatus newStatus, ManagerStatus previousStatus)
| Type | Name | Description |
|---|---|---|
| ManagerStatus | newStatus | The new status. |
| ManagerStatus | previousStatus | The previous status. |
| Name | Description |
|---|---|
| ManagerEventDelegate(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(ManagerStatus, ManagerStatus, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(ManagerStatus, ManagerStatus) |