StateChangedEventArgs(T) Class
Represents a generic class for reporting the [StateChanged] event.
Inheritance Hierarchy
System..::..Object
System..::..EventArgs
Microsoft.Rtc.Signaling..::..StateChangedEventArgs<(Of <(<'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
Remarks
This class provides the old and the new state.
For more information about generic classes, see the topic Overview of Generics in the .NET Framework.
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<(Of <(<'T>)>)> Members
Microsoft.Rtc.Signaling Namespace
Inheritance Hierarchy
System..::..Object
System..::..EventArgs
Microsoft.Rtc.Signaling..::..StateChangedEventArgs<(Of <(<'T>)>)>
Microsoft.Rtc.Collaboration.AudioVideo..::..PlayerStateChangedEventArgs
Microsoft.Rtc.Collaboration.AudioVideo..::..RecorderStateChangedEventArgs
Microsoft.Rtc.Collaboration..::..CallStateChangedEventArgs
Microsoft.Rtc.Collaboration..::..ConferenceInvitationStateChangedEventArgs
Microsoft.Rtc.Collaboration..::..LocalEndpointStateChangedEventArgs
Microsoft.Rtc.Collaboration..::..MediaFlowStateChangedEventArgs
Microsoft.Rtc.Collaboration.Presence..::..PresenceSubscriptionStateChangedEventArgs
Microsoft.Rtc.Collaboration..::..TransferStateChangedEventArgs
Microsoft.Rtc.Signaling..::..EndpointStateChangedEventArgs
Microsoft.Rtc.Signaling..::..ParticipateStateChangedEventArgs
Microsoft.Rtc.Signaling..::..ReferStateChangedEventArgs
Microsoft.Rtc.Signaling..::..RegistrationStateChangedEventArgs
Microsoft.Rtc.Signaling..::..SignalingStateChangedEventArgs