C# Class CommonEventHandler.EventHandlerFactory

Summary description for EventHandlerFactory.
Afficher le fichier Open project: royosherove/aout1

Méthodes publiques

Méthode Description
EventHandlerFactory ( string Name ) : System

Creates the EventHandlerFactory.

GetEventHandler ( EventInfo Info ) : object

Creates an event handler for the specified event

Method Details

EventHandlerFactory() public méthode

Creates the EventHandlerFactory.
public EventHandlerFactory ( string Name ) : System
Name string
Résultat System

GetEventHandler() public méthode

Creates an event handler for the specified event
public GetEventHandler ( EventInfo Info ) : object
Info System.Reflection.EventInfo
Résultat object