Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
KeyEventHandler Delegate
Definition
- Namespace:
- Microsoft.UI.Xaml.Input
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 KeyEventHandler(Platform::Object ^ sender, KeyRoutedEventArgs ^ e);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(3681085388, 39467, 21117, 153, 137, 37, 40, 77, 172, 204, 3)]
public delegate void KeyEventHandler(object sender, KeyRoutedEventArgs e);
Public Delegate Sub KeyEventHandler(sender As Object, e As KeyRoutedEventArgs)
Parameters
- sender
-
Object
Platform::Object
The object where the event handler is attached.
The event data.
- Attributes
Applies to
Feedback
Was this page helpful?
