Click or drag to resize

BaseEvent Constructor (String, DictionaryString, Object)

Namespace:  Sfs2X.Core
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public BaseEvent(
	string type,
	Dictionary<string, Object> args
)

Parameters

type
Type: SystemString
args
Type: System.Collections.GenericDictionaryString, Object
See Also