SmoothStreamingMediaElement.DurationExtended Event

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Event that occurs when the Duration property changes.

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

Syntax

'Declaration
Public Event DurationExtended As EventHandler(Of DurationExtendedEventArgs)
'Usage
Dim instance As SmoothStreamingMediaElement
Dim handler As EventHandler(Of DurationExtendedEventArgs)

AddHandler instance.DurationExtended, handler
public event EventHandler<DurationExtendedEventArgs> DurationExtended
public:
 event EventHandler<DurationExtendedEventArgs^>^ DurationExtended {
    void add (EventHandler<DurationExtendedEventArgs^>^ value);
    void remove (EventHandler<DurationExtendedEventArgs^>^ value);
}
JScript does not support events.

Remarks

For more information, see Events (IIS Smooth Streaming).

Permissions

See Also

Reference

SmoothStreamingMediaElement Class

SmoothStreamingMediaElement Members

Microsoft.Web.Media.SmoothStreaming Namespace