C# Class DotNetStandard.Vent.EventAggregator

Afficher le fichier Open project: Skookum/dotnetstandard Class Usage Examples

Méthodes publiques

Méthode Description
Subscribe ( Event vent, Action callback ) : void
Trigger ( Event vent, object parameters ) : void
Unsubscribe ( Event vent, Action callback ) : void

Private Methods

Méthode Description
EventAggregator ( ) : System

Method Details

Subscribe() public méthode

public Subscribe ( Event vent, Action callback ) : void
vent Event
callback Action
Résultat void

Trigger() public méthode

public Trigger ( Event vent, object parameters ) : void
vent Event
parameters object
Résultat void

Unsubscribe() public méthode

public Unsubscribe ( Event vent, Action callback ) : void
vent Event
callback Action
Résultat void