ParticipantPropertiesChangedEventArgs Members
Include Protected Members
Include Inherited Members
Represents information about updated properties for a conversation participant.
The ParticipantPropertiesChangedEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
ChangedPropertyNames | Gets the list of property names that have changed. (inherited from PropertiesChangedEventArgs<TProperties>) | |
Participant | Gets the participant whose properties have changed. | |
Properties | Gets the current values of the properties. (inherited from PropertiesChangedEventArgs<TProperties>) |
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