ComponentOne MediaPlayer for WPF and Silverlight
MediaStateChanged Event (C1MediaPlayer)

C1.WPF.MediaPlayer Namespace > C1MediaPlayer Class : MediaStateChanged Event
Event raised when the MediaState property has changed.
Syntax
'Declaration
 
Public Event MediaStateChanged As EventHandler(Of PropertyChangedEventArgs(Of MediaState))
Event Data

The event handler receives an argument of type C1.WPF.PropertyChangedEventArgs<T> containing data related to this event. The following PropertyChangedEventArgs<T> properties provide information specific to this event.

PropertyDescription
 
 
See Also