Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

RoutedEventHandler Delegate

Definition

Namespace:
Microsoft.UI.Xaml

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.

Represents the method that will handle routed events.

[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(3672259973, 27082, 23519, 128, 91, 97, 97, 163, 162, 21, 204)]
public delegate void RoutedEventHandler(object sender, RoutedEventArgs e);
Public Delegate Sub RoutedEventHandler(sender As Object, e As RoutedEventArgs)

Parameters

sender
Object

The object where the event handler is attached.

e
RoutedEventArgs

The event data.

Attributes

Applies to


Feedback

Was this page helpful?