Control.OnTapped(TappedRoutedEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
virtual void OnTapped(TappedRoutedEventArgs ^ e) = OnTapped;
void OnTapped(TappedRoutedEventArgs const& e);
protected virtual void OnTapped(TappedRoutedEventArgs e);
function onTapped(e)
Protected Overridable Sub OnTapped (e As TappedRoutedEventArgs)
Parameters
Event data for the event.
Remarks
This event is not implemented in a MapControl.