SmoothStreamingMediaElement.SmoothStreamingErrorOccurred Event

Occurs when an error is raised during playback of Smooth Streaming content.

Namespace:  Microsoft.Web.Media.SmoothStreaming
Assembly:  Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)

Syntax

'Declaration

Public Event SmoothStreamingErrorOccurred As EventHandler(Of SmoothStreamingErrorEventArgs)
'Usage

Dim instance As SmoothStreamingMediaElement
Dim handler As EventHandler(Of SmoothStreamingErrorEventArgs)

AddHandler instance.SmoothStreamingErrorOccurred, handler
public event EventHandler<SmoothStreamingErrorEventArgs> SmoothStreamingErrorOccurred
public:
 event EventHandler<SmoothStreamingErrorEventArgs^>^ SmoothStreamingErrorOccurred {
    void add (EventHandler<SmoothStreamingErrorEventArgs^>^ value);
    void remove (EventHandler<SmoothStreamingErrorEventArgs^>^ value);
}
member SmoothStreamingErrorOccurred : <EventHandler<SmoothStreamingErrorEventArgs>,
    SmoothStreamingErrorEventArgs>
JScript supports the use of events, but not the declaration of new ones.

Remarks

For more information, see Events.

Version Information

Silverlight

Supported in: 5

Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

See Also

Reference

SmoothStreamingMediaElement Class

Microsoft.Web.Media.SmoothStreaming Namespace