[]
Receives events from the centralized event manager.
public bool ReceiveWeakEvent(Type managerType, object sender, EventArgs e)
| Type | Name | Description |
|---|---|---|
| Type | managerType | The type of the WeakEventManager calling this method. |
| object | sender | Object that originated the event. |
| EventArgs | e | Event data. |
| Type | Description |
|---|---|
| bool | True if the listener handled the event. |