Gauge for WPF | ComponentOne
C1.WPF.Gauge Assembly / C1.WPF.Gauge Namespace / C1Gauge Class / Tapped Event

In This Topic
    Tapped Event (C1Gauge)
    In This Topic
    Occurs for every touch event.
    Syntax
    'Declaration
     
    Public Event Tapped As EventHandler(Of C1TappedEventArgs)
    public event EventHandler<C1TappedEventArgs> Tapped
    Event Data

    The event handler receives an argument of type C1.WPF.Core.C1TappedEventArgs containing data related to this event. The following C1TappedEventArgs properties provide information specific to this event.

    PropertyDescription
    (Inherited from C1.WPF.Core.C1InputEventArgs)
    Gets a value indicating whether the barrel button of the pen is pressed.  
    (Inherited from C1.WPF.Core.C1InputEventArgs)
    (Inherited from C1.WPF.Core.C1InputEventArgs)
    Gets a value indicating whether the event is performed with the mouse down.  
    Gets a value indicating whether the event is performed with the right button of the mouse.  
    (Inherited from C1.WPF.Core.C1InputEventArgs)
    (Inherited from C1.WPF.Core.C1InputEventArgs)
    (Inherited from C1.WPF.Core.C1InputEventArgs)
    (Inherited from C1.WPF.Core.C1InputEventArgs)
    See Also