ChatRoomSessionStateChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event argument forwarded by a ChatRoomSession when the participation status of the currently logged in user has changed.
public ref class ChatRoomSessionStateChangedEventArgs : EventArgs
public class ChatRoomSessionStateChangedEventArgs : EventArgs
type ChatRoomSessionStateChangedEventArgs = class
inherit EventArgs
Public Class ChatRoomSessionStateChangedEventArgs
Inherits EventArgs
- Inheritance
-
ChatRoomSessionStateChangedEventArgs
Properties
| Name | Description |
|---|---|
| State |
Gets a value indicating whether the ChatRoomSession is joined to the chat room. |