NavigatedEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public delegate void NavigatedEventHandler(Platform::Object ^ sender, NavigationEventArgs ^ e);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(2251404567, 28046, 22766, 130, 254, 212, 3, 77, 27, 215, 193)]
public delegate void NavigatedEventHandler(object sender, NavigationEventArgs e);
Public Delegate Sub NavigatedEventHandler(sender As Object, e As NavigationEventArgs)
Parameters
- sender
-
Object
Platform::Object
The object where the handler is attached.
Event data for the event.
- Attributes