Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 582 Bytes

keyeventhandler.md

File metadata and controls

25 lines (18 loc) · 582 Bytes
-api-id -api-type
T:Microsoft.UI.Xaml.Input.KeyEventHandler
winrt delegate

Microsoft.UI.Xaml.Input.KeyEventHandler

-description

Represents the method that handles the KeyUp and KeyDown events.

-parameters

-param sender

The object where the event handler is attached.

-param e

The event data.

-remarks

-examples

-see-also