Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 474 Bytes

routedeventhandler.md

File metadata and controls

28 lines (18 loc) · 474 Bytes
-api-id -api-type
T:Microsoft.UI.Xaml.RoutedEventHandler
winrt delegate

Microsoft.UI.Xaml.RoutedEventHandler

-description

Represents the method that will handle routed events.

-parameters

-param sender

The object where the event handler is attached.

-param e

The event data.

-remarks

-examples

-see-also