Show / Hide Table of Contents

Delegate TappedEventHandler

Represents the method that will handle the Tapped event.

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