StateChangedEventArgs<T> Class

Represents a Generic class for reporting state changed event. This class provides the old and new state.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Rtc.Signaling.StateChangedEventArgs<T>
      

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

Syntax

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

Type Parameters

  • T

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

StateChangedEventArgs<T> Members

Microsoft.Rtc.Signaling Namespace

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Rtc.Signaling.StateChangedEventArgs<T>
      Microsoft.Rtc.Collaboration.AudioVideo.PlayerStateChangedEventArgs
      Microsoft.Rtc.Collaboration.AudioVideo.RecorderStateChangedEventArgs
      Microsoft.Rtc.Collaboration.BackToBackCallStateChangedEventArgs
      Microsoft.Rtc.Collaboration.CallStateChangedEventArgs
      Microsoft.Rtc.Collaboration.ConferenceInvitationStateChangedEventArgs
      Microsoft.Rtc.Collaboration.ConversationContextChannelStateChangedEventArgs
      Microsoft.Rtc.Collaboration.LocalEndpointStateChangedEventArgs
      Microsoft.Rtc.Collaboration.MediaFlowStateChangedEventArgs
      Microsoft.Rtc.Collaboration.Presence.PresencePublicationStateChangedEventArgs
      Microsoft.Rtc.Collaboration.Presence.PresenceSubscriptionStateChangedEventArgs
      Microsoft.Rtc.Collaboration.RemoteMediaFlowStateChangedEventArgs
      Microsoft.Rtc.Collaboration.TransferStateChangedEventArgs
      Microsoft.Rtc.Signaling.EndpointStateChangedEventArgs
      Microsoft.Rtc.Signaling.ParticipateStateChangedEventArgs
      Microsoft.Rtc.Signaling.ReferStateChangedEventArgs
      Microsoft.Rtc.Signaling.RegistrationStateChangedEventArgs
      Microsoft.Rtc.Signaling.SignalingStateChangedEventArgs