Click or drag to resize

BaseEventParams Property

A Dictionary containing the event's parameters.

Namespace:  Sfs2X.Core
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public IDictionary<string, Object> Params { get; set; }

Property Value

Type: IDictionaryString, Object
See Also