C# Class CommonEventHandler.EventHandlerFactory

Summary description for EventHandlerFactory.
Datei anzeigen Open project: royosherove/aout1

Public Methods

Method Description
EventHandlerFactory ( string Name ) : System

Creates the EventHandlerFactory.

GetEventHandler ( EventInfo Info ) : object

Creates an event handler for the specified event

Method Details

EventHandlerFactory() public method

Creates the EventHandlerFactory.
public EventHandlerFactory ( string Name ) : System
Name string
return System

GetEventHandler() public method

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