BackClickEventHandler Delegate

Definition

Represents the method that will handle a BackClick event.

public delegate void BackClickEventHandler(Platform::Object ^ sender, BackClickEventArgs ^ e);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(4204511775, 39058, 18478, 171, 246, 235, 45, 96, 125, 50, 222)]
class BackClickEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(4204511775, 39058, 18478, 171, 246, 235, 45, 96, 125, 50, 222)]
public delegate void BackClickEventHandler(object sender, BackClickEventArgs e);
Public Delegate Sub BackClickEventHandler(sender As Object, e As BackClickEventArgs)

Parameters

sender
Object

Platform::Object

IInspectable

The object where the handler is attached.

e
BackClickEventArgs

Event data for the event.

Attributes

Windows requirements

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

Applies to