ComponentOne RichTextBox for UWP
RightTapped Event (C1MenuTool)

C1.Xaml.RichTextBox Namespace > C1MenuTool Class : RightTapped Event
Syntax
'Declaration
 
Public Event RightTapped As Windows.UI.Xaml.Input.RightTappedEventHandler
public event Windows.UI.Xaml.Input.RightTappedEventHandler RightTapped
Event Data

The event handler receives an argument of type Windows.UI.Xaml.Input.RightTappedRoutedEventArgs containing data related to this event. The following RightTappedRoutedEventArgs properties provide information specific to this event.

PropertyDescription
 
(Inherited from Windows.UI.Xaml.RoutedEventArgs)
 
See Also