Show / Hide Table of Contents

Delegate RightTappedEventHandler

Represents the method that will handle a RightTapped routed event.

Namespace: System.Windows.Input
Assembly: OpenSilver.dll
Syntax
public delegate void RightTappedEventHandler(object sender, RightTappedRoutedEventArgs e);
Parameters
Type Name Description
System.Object sender
RightTappedRoutedEventArgs e
  • Improve this Doc
  • View Source