C# Class Crow.Library.EventHandlers.EventsService

Afficher le fichier Open project: msusur/Crowfx

Méthodes publiques

Méthode Description
AttachEvent ( string key, OnEventExecutedHandler method ) : void
CallEvent ( object sender, string eventName ) : void

Private Methods

Méthode Description
EventsService ( ) : System
FindEventByName ( string name ) : IEnumerable

Method Details

AttachEvent() public méthode

public AttachEvent ( string key, OnEventExecutedHandler method ) : void
key string
method OnEventExecutedHandler
Résultat void

CallEvent() public méthode

public CallEvent ( object sender, string eventName ) : void
sender object
eventName string
Résultat void