ParticipantAttendanceChangedEventArgs 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.
Represents information regarding participants that get added or removed in a conversation or conference or MCU.
public ref class ParticipantAttendanceChangedEventArgs : EventArgs
public class ParticipantAttendanceChangedEventArgs : EventArgs
type ParticipantAttendanceChangedEventArgs = class
inherit EventArgs
Public Class ParticipantAttendanceChangedEventArgs
Inherits EventArgs
- Inheritance
-
ParticipantAttendanceChangedEventArgs
Properties
Added |
Gets the added participants. |
ParticipantCount |
Gets the current number of remote participants participating in this conversation. |
Removed |
Gets the removed participants. |