Click or drag to resize

SFSEventROOM_REMOVE Field

Dispatched when a Room belonging to one of the Groups subscribed by the client is removed from the Zone.

Namespace:  Sfs2X.Core
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public static readonly string ROOM_REMOVE

Field Value

Type: String
Remarks
The Params object contains the following parameters:
ParameterDescription
room(Room) An object representing the Room that was removed.
See Also