SmoothStreamingMediaElement.ClipError Event

Occurs when an error is raised while audio or video media is playing.

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

Syntax

'Declaration

Public Event ClipError As EventHandler(Of ClipEventArgs)
'Usage

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

AddHandler instance.ClipError, handler
public event EventHandler<ClipEventArgs> ClipError
public:
 event EventHandler<ClipEventArgs^>^ ClipError {
    void add (EventHandler<ClipEventArgs^>^ value);
    void remove (EventHandler<ClipEventArgs^>^ value);
}
member ClipError : <EventHandler<ClipEventArgs>,
    ClipEventArgs>
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

See Also

Reference

SmoothStreamingMediaElement Class

Microsoft.Web.Media.SmoothStreaming Namespace