ParticipantPrivilegeChangedEventArgs Members
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Event argument forwarded by a ChatRoomSession when the privileges of a user have changed. For more information, see IsManager and IsPresenter.
The ParticipantPrivilegeChangedEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
ChatRoomUri | Gets the chat room URI. | |
Participant | Gets the participant whose privileges have changed, and the set of privileges now granted to this participant. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top