SmoothStreamingMediaElement.SetPlaybackRangeCompletedEventHandler Delegate

Represents the event handler signature for a SetPlaybackRangeAsync operation.

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

Syntax

'Declaration

Public Delegate Sub SetPlaybackRangeCompletedEventHandler ( _
    sender As Object, _
    args As AsyncCompletedEventArgs _
)
'Usage

Dim instance As New SetPlaybackRangeCompletedEventHandler(AddressOf HandlerMethod)
public delegate void SetPlaybackRangeCompletedEventHandler(
    Object sender,
    AsyncCompletedEventArgs args
)
public delegate void SetPlaybackRangeCompletedEventHandler(
    Object^ sender, 
    AsyncCompletedEventArgs^ args
)
type SetPlaybackRangeCompletedEventHandler = 
    delegate of 
        sender:Object * 
        args:AsyncCompletedEventArgs -> unit
JScript supports the use of delegates, but not the declaration of new ones.

Parameters

Version Information

Silverlight

Supported in: 5

See Also

Reference

Microsoft.Web.Media.SmoothStreaming Namespace