Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.43 KB

righttappedeventhandler.md

File metadata and controls

37 lines (22 loc) · 1.43 KB
-api-id -api-type
T:Windows.UI.Xaml.Input.RightTappedEventHandler
winrt delegate

Windows.UI.Xaml.Input.RightTappedEventHandler

-description

Represents the method that will handle a RightTapped routed event.

-parameters

-param sender

The object where the 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]

[!code-vbScenario3Code]

-see-also