Click or drag to resize

RoomSettingsEvents Property

Defines the flags indicating which events related to the Room are dispatched by the SmartFox client.

Namespace:  Sfs2X.Requests
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public RoomEvents Events { get; set; }

Property Value

Type: RoomEvents
Remarks
Room events include: users entering or leaving the room, user count change and user variables update. If set to null, the events configured on the server-side are used (see the SmartFoxServer 2X Administration Tool documentation).

The default value is null.

See Also