ComponentOne TouchToolKit for WinForms
In This Topic
    C1TouchEventProvider Overview
    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, 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.