ParticipateStateChangedEventArgs Class

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Microsoft.Rtc.Signaling..::..StateChangedEventArgs<(Of <(<'ParticipateState>)>)>
      Microsoft.Rtc.Signaling..::..ParticipateStateChangedEventArgs

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Class ParticipateStateChangedEventArgs _
    Inherits StateChangedEventArgs(Of ParticipateState)
'Usage
Dim instance As ParticipateStateChangedEventArgs
public class ParticipateStateChangedEventArgs : StateChangedEventArgs<ParticipateState>

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ParticipateStateChangedEventArgs Members

Microsoft.Rtc.Signaling Namespace