Click or drag to resize

SFSEventROOM_NAME_CHANGE Field

Dispatched when the name of a Room is changed.

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

Field Value

Type: String
Remarks
This event is fired in response to the ChangeRoomNameRequest request if the operation is executed successfully.

The Params object contains the following parameters:

ParameterDescription
room(Room) An object representing the Room which was renamed.
oldName(string) The previous name of the Room.
Examples
See the ChangeRoomNameRequest example.
See Also