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);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2514117692, 28089, 16971, 134, 202, 9, 26, 244, 50, 8, 28)]
class ComponentLoadFailedEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2514117692, 28089, 16971, 134, 202, 9, 26, 244, 50, 8, 28)]
public delegate void ComponentLoadFailedEventHandler(MediaProtectionManager sender, ComponentLoadFailedEventArgs e);
var componentLoadFailedEventHandlerHandler = function(sender, e){
/* Your code */
}
Public Delegate Sub ComponentLoadFailedEventHandler(sender As MediaProtectionManager, e As ComponentLoadFailedEventArgs)

Parameters

sender
MediaProtectionManager

Contains the MediaProtectionManager object that was loading the binary data when the load failed.

e
ComponentLoadFailedEventArgs

Contains event data for a MediaProtectionManager object when the load of binary data fails.

Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Applies to