[]
Receives events from the centralized event manager.
public virtual 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. |