ComponentOne FlexGrid for UWP
RightTapped Event (C1FlexComboBox)

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > C1FlexComboBox 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
Gets or sets a value that marks the routed event as handled. A true value for Handled prevents most handlers along the event route from handling the same event again.  
(Inherited from Windows.UI.Xaml.RoutedEventArgs)
Gets the PointerDeviceType for the pointer device that initiated the associated input event.  
See Also