CustomEvent.CustomEvent

CustomEvent(string)

初始化一个新的实例CustomEvent类.

public CustomEvent(string type)
范围类型描述
typeString事件类型。

也可以看看


CustomEvent(string, IDictionary<string, object>)

初始化一个新的实例CustomEvent类.

public CustomEvent(string type, IDictionary<string, object> eventInitDict)
范围类型描述
typeString事件类型。
eventInitDictIDictionary`2事件初始化字典。

也可以看看