ComponentLoadFailedEventHandler
ComponentLoadFailedEventHandler
ComponentLoadFailedEventHandler
ComponentLoadFailedEventHandler
Delegate
Definition
Represents the method that handles the data passed by the MediaProtectionManager when a load of binary data fails.
public : delegate void ComponentLoadFailedEventHandler(MediaProtectionManager sender, ComponentLoadFailedEventArgs e)public delegate void ComponentLoadFailedEventHandler(MediaProtectionManager sender, ComponentLoadFailedEventArgs e)Public Delegate ComponentLoadFailedEventHandler(sender As MediaProtectionManager, e As ComponentLoadFailedEventArgs)// You can use this delegate in JavaScript.
Parameters
Contains the MediaProtectionManager object that was loading the binary data when the load failed.
- e
- ComponentLoadFailedEventArgs ComponentLoadFailedEventArgs ComponentLoadFailedEventArgs ComponentLoadFailedEventArgs
Contains event data for a MediaProtectionManager object when the load of binary data fails.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|