C# 클래스 CommonEventHandler.EventHandlerFactory

Summary description for EventHandlerFactory.
파일 보기 프로젝트 열기: royosherove/aout1

공개 메소드들

메소드 설명
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