StateChanged Event

Event to notify application that the Player state has changed.

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

Syntax

'Declaration
Public Event StateChanged As EventHandler(Of PlayerStateChangedEventArgs)
'Usage
Dim instance As Player
Dim handler As EventHandler(Of PlayerStateChangedEventArgs)

AddHandler instance.StateChanged, handler
public event EventHandler<PlayerStateChangedEventArgs> StateChanged

Remarks

Event is raised for every State change that occurs on the Player, even if the State Change is invoked by the application.

See Also

Reference

Player Class

Player Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace