C# Класс CommonEventHandler.EventHandlerFactory

Summary description for EventHandlerFactory.
Показать файл Открыть проект

Открытые методы

Метод Описание
EventHandlerFactory ( string Name ) : System

Creates the EventHandlerFactory.

GetEventHandler ( EventInfo Info ) : object

Creates an event handler for the specified event

Описание методов

EventHandlerFactory() публичный Метод

Creates the EventHandlerFactory.
public EventHandlerFactory ( string Name ) : System
Name string
Результат System

GetEventHandler() публичный Метод

Creates an event handler for the specified event
public GetEventHandler ( EventInfo Info ) : object
Info System.Reflection.EventInfo
Результат object