ChatRoomPropertiesChangedEventArgs Class

Definition

Event argument forwarded by a ChatRoomSession when the properties of the chat room have changed.

public ref class ChatRoomPropertiesChangedEventArgs : EventArgs
public class ChatRoomPropertiesChangedEventArgs : EventArgs
type ChatRoomPropertiesChangedEventArgs = class
    inherit EventArgs
Public Class ChatRoomPropertiesChangedEventArgs
Inherits EventArgs
Inheritance
ChatRoomPropertiesChangedEventArgs

Properties

ChatRoomUri

Gets the chat room URI.

NewChatRoomProperties

Gets the new chat room properties.

OldChatRoomProperties

Gets the old chat room properties.

Applies to