StreamUpdatedListEventArgs.StreamUpdatedEvents Property

Gets the list of stream updated events.

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

Syntax

'Declaration

Public ReadOnly Property StreamUpdatedEvents As IList(Of StreamUpdatedEventArgs)
    Get
'Usage

Dim instance As StreamUpdatedListEventArgs
Dim value As IList(Of StreamUpdatedEventArgs)

value = instance.StreamUpdatedEvents
public IList<StreamUpdatedEventArgs> StreamUpdatedEvents { get; }
public:
property IList<StreamUpdatedEventArgs^>^ StreamUpdatedEvents {
    IList<StreamUpdatedEventArgs^>^ get ();
}
member StreamUpdatedEvents : IList<StreamUpdatedEventArgs>
function get StreamUpdatedEvents () : IList<StreamUpdatedEventArgs>

Property Value

Type: System.Collections.Generic.IList<StreamUpdatedEventArgs>
An IList of StreamUpdatedEventArgs objects.

Version Information

Silverlight

Supported in: 5

Windows Phone

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

See Also

Reference

StreamUpdatedListEventArgs Class

Microsoft.Web.Media.SmoothStreaming Namespace