RoutedEventHandler Delegate
Definition
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)]
[Windows.Foundation.Metadata.WebHostHidden]
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.
The event data.
- Inheritance
-
RoutedEventHandler
- Attributes
-
Windows.Foundation.Metadata.ContractVersionAttribute Windows.Foundation.Metadata.GuidAttribute Windows.Foundation.Metadata.WebHostHiddenAttribute