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 |