# Touch Event Provider

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 occu

## Content



**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 <span data-popup-content="This class is available in \u003ca href=\u0022/componentone/docs/win/online-touchtoolkit/\u0022\u003e.NET\u003c/a\u003e and \u003ca href=\u0022/componentone/docs/win/online-touchtoolkit/\u0022\u003e.NET Framework\u003c/a\u003e." data-popup-title="C1TouchEventProvider" data-popup-theme="ui-tooltip-green qtip-green">C1TouchEventProvider</span> 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.