Share via


SmoothStreamingMediaElement.ClipClickThrough Event

Occurs when a user clicks the media display.

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

Syntax

'Declaration

Public Event ClipClickThrough As EventHandler(Of ClipEventArgs)
'Usage

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

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

Remarks

For more information, see Events.

Version Information

Silverlight

Supported in: 5

See Also

Reference

SmoothStreamingMediaElement Class

Microsoft.Web.Media.SmoothStreaming Namespace