SSMELogReadyRoutedEventArgs.OriginalSource Property

Gets or sets the object that raised the event.

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

Syntax

'Declaration

Public Property OriginalSource As Object
    Get
    Private Set
'Usage

Dim instance As SSMELogReadyRoutedEventArgs
Dim value As Object

value = instance.OriginalSource
public Object OriginalSource { get; private set; }
public:
property Object^ OriginalSource {
    Object^ get ();
    private: void set (Object^ value);
}
member OriginalSource : Object with get, private set
function get OriginalSource () : Object
private function set OriginalSource (value : Object)

Property Value

Type: System.Object
An Object that is the source of the event.

Version Information

Silverlight

Supported in: 5

Windows Phone

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

See Also

Reference

SSMELogReadyRoutedEventArgs Class

Microsoft.Web.Media.SmoothStreaming Namespace