TouchToolKit for WinForms | ComponentOne
In This Topic
    Touch Event Provider
    In This Topic

    C1TouchEventProvider enables you to detect Touch and Pen(Gesture), Manipulation, and Pointer events. In a Button control, both Mouse Click and Tap raises the Button.Click event. In the C1TouchEventProvider class, the Control.Click event does not occur by Tap, and the C1TouchEventProvider.Tapped event occurs instead. Therefore, you can use different events to invoke different actions.