Method | Description | |
---|---|---|
Subscribe ( Event vent, Action |
||
Trigger ( Event vent, object parameters ) : void | ||
Unsubscribe ( Event vent, Action |
Method | Description | |
---|---|---|
EventAggregator ( ) : System |
public Subscribe ( Event vent, Action |
||
vent | Event | |
callback | Action |
|
return | void |
public Trigger ( Event vent, object parameters ) : void | ||
vent | Event | |
parameters | object | |
return | void |
public Unsubscribe ( Event vent, Action |
||
vent | Event | |
callback | Action |
|
return | void |