SmoothStreamingMediaElement.LogReady Event

Occurs when the log generated by the RequestLog method is ready.

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

Syntax

'Declaration

Public Event LogReady As SSMELogReadyRoutedEventHandler
'Usage

Dim instance As SmoothStreamingMediaElement
Dim handler As SSMELogReadyRoutedEventHandler

AddHandler instance.LogReady, handler
public event SSMELogReadyRoutedEventHandler LogReady
public:
 event SSMELogReadyRoutedEventHandler^ LogReady {
    void add (SSMELogReadyRoutedEventHandler^ value);
    void remove (SSMELogReadyRoutedEventHandler^ value);
}
member LogReady : <SSMELogReadyRoutedEventHandler,
    SSMELogReadyRoutedEventArgs>
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

Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

See Also

Reference

SmoothStreamingMediaElement Class

Microsoft.Web.Media.SmoothStreaming Namespace