Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.32 KB

tappedeventhandler.md

File metadata and controls

32 lines (21 loc) · 1.32 KB
-api-id -api-type
T:Microsoft.UI.Xaml.Input.TappedEventHandler
winrt delegate

Microsoft.UI.Xaml.Input.TappedEventHandler

-description

Represents the method that will handle the Tapped event.

-parameters

-param sender

The object where the event handler is attached.

-param e

Event data for the event.

-remarks

-examples

The following code example shows scenario 3 from the Input sample. This code shows some usage patterns for direct manipulation using the Holding, Tapped, DoubleTapped, and RightTapped events.

[!code-xamlScenario3Xaml]

[!code-csharpScenario3Code]

-see-also