Share via


NavigatingCancelEventHandler Delegate

Definition

Represents the method to use as the Page.OnNavigatingFrom callback override.

public delegate void NavigatingCancelEventHandler(Platform::Object ^ sender, NavigatingCancelEventArgs ^ e);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(4239266817, 60564, 22111, 159, 72, 124, 75, 98, 114, 179, 177)]
public delegate void NavigatingCancelEventHandler(object sender, NavigatingCancelEventArgs e);
Public Delegate Sub NavigatingCancelEventHandler(sender As Object, e As NavigatingCancelEventArgs)

Parameters

sender
Object

Platform::Object

The object where the method is implemented.

e
NavigatingCancelEventArgs

Event data that is passed through the callback.

Attributes

Applies to