Click or drag to resize

BaseEvent Class

This is the base class of all the events dispatched by the SmartFoxServer 2X C# API.
Inheritance Hierarchy

Namespace:  Sfs2X.Core
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public class BaseEvent

The BaseEvent type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyParams
A Dictionary containing the event's parameters.
Public propertyTarget
Public propertyType
Top
Methods
  NameDescription
Public methodClone
Public methodToString (Overrides ObjectToString.)
Top
See Also