Share via


SmoothStreamingMediaElement.ClipProgressUpdate Event

Occurs when media reaches a marker.

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

Syntax

'Declaration

Public Event ClipProgressUpdate As EventHandler(Of ClipPlaybackEventArgs)
'Usage

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

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

Remarks

The ClipProgressUpdate 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