Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The event handler for the LogReady event.
Namespace: Microsoft.Web.Media.SmoothStreaming
Assembly: Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)
Syntax
'Declaration
Public Delegate Sub SSMELogReadyRoutedEventHandler ( _
sender As Object, _
e As SSMELogReadyRoutedEventArgs _
)
'Usage
Dim instance As New SSMELogReadyRoutedEventHandler(AddressOf HandlerMethod)
public delegate void SSMELogReadyRoutedEventHandler(
Object sender,
SSMELogReadyRoutedEventArgs e
)
public delegate void SSMELogReadyRoutedEventHandler(
Object^ sender,
SSMELogReadyRoutedEventArgs^ e
)
type SSMELogReadyRoutedEventHandler =
delegate of
sender:Object *
e:SSMELogReadyRoutedEventArgs -> unit
JScript supports the use of delegates, but not the declaration of new ones.
Parameters
- sender
Type: System.Object
The Object sender.
- e
Type: Microsoft.Web.Media.SmoothStreaming.SSMELogReadyRoutedEventArgs
A SSMELogReadyRoutedEventArgs object.
Version Information
Silverlight
Supported in: 5
Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0