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

Assembly: SmartFoxClientAPI_Silverlight (Module: SmartFoxClientAPI_Silverlight) Version: 1.0.0.0 (1.0.0.0)