Edit

Share via


MediaSessionStateChangedEventArgs Class

Definition

public ref class MediaSessionStateChangedEventArgs : Microsoft::Rtc::Signaling::StateChangedEventArgs<Microsoft::Rtc::Internal::Collaboration::MediaSessionState>
public class MediaSessionStateChangedEventArgs : Microsoft.Rtc.Signaling.StateChangedEventArgs<Microsoft.Rtc.Internal.Collaboration.MediaSessionState>
type MediaSessionStateChangedEventArgs = class
    inherit StateChangedEventArgs<MediaSessionState>
Public Class MediaSessionStateChangedEventArgs
Inherits StateChangedEventArgs(Of MediaSessionState)
Inheritance
MediaSessionStateChangedEventArgs

Properties

PreviousState

Gets the previous state for the object.

(Inherited from StateChangedEventArgs<T>)
State

Gets the new state for the object.

(Inherited from StateChangedEventArgs<T>)

Methods

ToString()

Returns a String that represents the current Microsoft.Rtc.Signaling.StateChangedEventArgs{T}.

(Inherited from StateChangedEventArgs<T>)

Applies to