SmoothStreamingMediaElement.SetPlaybackRangeCompleted Event

Occurs when a SetPlaybackRangeAsync operation has completed.

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

Syntax

'Declaration

Public Event SetPlaybackRangeCompleted As SmoothStreamingMediaElement.SetPlaybackRangeCompletedEventHandler
'Usage

Dim instance As SmoothStreamingMediaElement
Dim handler As SmoothStreamingMediaElement.SetPlaybackRangeCompletedEventHandler

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

Version Information

Silverlight

Supported in: 5

See Also

Reference

SmoothStreamingMediaElement Class

Microsoft.Web.Media.SmoothStreaming Namespace