PartyChatControlCreatedStateChange

Information specific to the ChatControlCreated type of state change.

Syntax

struct PartyChatControlCreatedStateChange : PartyStateChange {  
    PartyChatControl* chatControl;  
}  

Members

chatControl   PartyChatControl*

The chat control that was created.

Requirements

Header: Party.h

See also

Party members
PartyLocalDevice::CreateChatControl