Event.Event

Event(string)

의 새 인스턴스를 초기화합니다.Event 클래스.

public Event(string type)
모수유형설명
typeString이벤트 유형입니다.

또한보십시오


Event(string, IDictionary<string, object>)

의 새 인스턴스를 초기화합니다.Event 클래스.

public Event(string type, IDictionary<string, object> eventInitDict)
모수유형설명
typeString이벤트 유형입니다.
eventInitDictIDictionary`2이벤트 초기화 사전입니다.

또한보십시오