SmoothStreamingMediaElement.ClipStateChanged Event

Occurs when a media clip state changes.

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

Syntax

'Declaration

Public Event ClipStateChanged As EventHandler(Of ClipEventArgs)
'Usage

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

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

Remarks

The ClipStateChanged event does not occur for linear ads.

For more information, see Events.

Version Information

Silverlight

Supported in: 5

See Also

Reference

SmoothStreamingMediaElement Class

Microsoft.Web.Media.SmoothStreaming Namespace