SFSEvent contructor.

C# | Visual Basic | Visual 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 )

- type (String)
- the event's type (see the constants in this class).
- parameters (Dictionary<(Of <(String, Object>)>))
- the parameters object for the event.