SmartFoxServer Unity/.NET API
SFSEvent Constructor (type, parameters)
NamespacesSmartFoxClientAPISFSEventSFSEvent(String, Hashtable)
SFSEvent contructor.
Declaration Syntax
C#Visual BasicVisual C++
public SFSEvent(
	string type,
	Hashtable parameters
)
Public Sub New ( _
	type As String, _
	parameters As Hashtable _
)
public:
SFSEvent(
	String^ type, 
	Hashtable^ parameters
)
Parameters
type (String)
the event's type (see the constants in this class).
parameters (Hashtable)
the parameters object for the event.

Assembly: SmartFoxClient (Module: SmartFoxClient) Version: 1.2.4.0 (1.2.4.0)