SmoothStreamingMediaElement.DrmSetupDecryptorCompleted Event

Occurs when the digital rights managment (DRM) decryptor setup has completed.

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

Syntax

'Declaration

Public Event DrmSetupDecryptorCompleted As EventHandler(Of SSMEDrmSetupDecryptorCompletedEventArgs)
'Usage

Dim instance As SmoothStreamingMediaElement
Dim handler As EventHandler(Of SSMEDrmSetupDecryptorCompletedEventArgs)

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

See Also

Reference

SmoothStreamingMediaElement Class

Microsoft.Web.Media.SmoothStreaming Namespace