Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 467 Bytes

routedeventhandler.md

File metadata and controls

27 lines (18 loc) · 467 Bytes
-api-id -api-type
T:Windows.UI.Xaml.RoutedEventHandler
winrt delegate

Windows.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