NavigatingCancelEventHandler Delegate

Definition

Represents the method to use as the OnNavigatingFrom callback override.

public delegate void NavigatingCancelEventHandler(Platform::Object ^ sender, NavigatingCancelEventArgs ^ e);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1977001871, 41730, 17545, 152, 152, 36, 234, 73, 24, 41, 16)]
class NavigatingCancelEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1977001871, 41730, 17545, 152, 152, 36, 234, 73, 24, 41, 16)]
public delegate void NavigatingCancelEventHandler(object sender, NavigatingCancelEventArgs e);
Public Delegate Sub NavigatingCancelEventHandler(sender As Object, e As NavigatingCancelEventArgs)

Parameters

sender
Object

Platform::Object

IInspectable

The object where the method is implemented.

e
NavigatingCancelEventArgs

Event data that is passed through the callback.

Attributes

Windows requirements

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

Applies to