SmoothStreamingMediaElement.TimelineEventReached 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 a timeline event is reached during playback.

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

Syntax

'Declaration
Public Event TimelineEventReached As EventHandler(Of TimelineEventArgs)
'Usage
Dim instance As SmoothStreamingMediaElement
Dim handler As EventHandler(Of TimelineEventArgs)

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

Remarks

For information about this event, see Timeline Markers and Events (IIS Smooth Streaming).

Permissions

See Also

Reference

SmoothStreamingMediaElement Class

SmoothStreamingMediaElement Members

Microsoft.Web.Media.SmoothStreaming Namespace