C# Class Docu.Events.EventAggregator

Afficher le fichier Open project: cdrnet/docu Class Usage Examples

Méthodes publiques

Méthode Description
Publish ( EventType eventType, string payload ) : void
Subscribe ( EventType eventType, Action handle ) : void

Method Details

Publish() public méthode

public Publish ( EventType eventType, string payload ) : void
eventType EventType
payload string
Résultat void

Subscribe() public méthode

public Subscribe ( EventType eventType, Action handle ) : void
eventType EventType
handle Action
Résultat void