C# 클래스 Helper.Event

Class repersentign event. each event has a uniqe id and it may contains args.
파일 보기 프로젝트 열기: mahmoudbahaa/XNA-Game-project 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
args System.Collections.Hashtable

공개 메소드들

메소드 설명
Event ( MyEvent id ) : System

Constructor of the Event class.

메소드 상세

Event() 공개 메소드

Constructor of the Event class.
public Event ( MyEvent id ) : System
id MyEvent the id of the event.
리턴 System

프로퍼티 상세

args 공개적으로 프로퍼티

hash table containing the args related to this event.
public Hashtable,System.Collections args
리턴 System.Collections.Hashtable