SmoothStreamingMediaElement.DurationExtended Event
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Event that occurs when the Duration property changes.
Namespace: Microsoft.Web.Media.SmoothStreaming
Assembly: Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)
Syntax
'Declaration
Public Event DurationExtended As EventHandler(Of DurationExtendedEventArgs)
'Usage
Dim instance As SmoothStreamingMediaElement
Dim handler As EventHandler(Of DurationExtendedEventArgs)
AddHandler instance.DurationExtended, handler
public event EventHandler<DurationExtendedEventArgs> DurationExtended
public:
event EventHandler<DurationExtendedEventArgs^>^ DurationExtended {
void add (EventHandler<DurationExtendedEventArgs^>^ value);
void remove (EventHandler<DurationExtendedEventArgs^>^ value);
}
JScript does not support events.
Remarks
For more information, see Events (IIS Smooth Streaming).
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see https://msdn.microsoft.com/en-us/library/8skskf63(v=vs.90).
See Also
Reference
SmoothStreamingMediaElement Class