OnStateChanged EventOnStateChanged Event*
*



Contents  *



Index  *Topic Contents
*Previous Topic: OnRoomTypeChanged Event
*Next Topic: OnTextMessageSent Event

OnStateChanged Event

Occurs when the user's state changes.

Syntax

object_OnStateChanged(NewState)

ValueDescription
objectRequired. An object expression that evaluates to a Chat control.
NewStateA short integer that indicates the user's new state. Can be one of the following values.
1Disconnected from any chat rooms.
2Connecting to a chat room.
3Connected to a chat room.

See Also

State


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.