> For the complete documentation index, see [llms.txt](https://docs.gapvelocity.ai/webmap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gapvelocity.ai/webmap/general/frontend/documentation/webforms-angular-components/ajax-interaction-services.md).

# Ajax Interaction Services

This service allows the interaction between regular controls and AJAX controls.&#x20;

The Winforms' Controls Directive (wmControls) automatically notifies the click event for any available AJAX control.

## Observables

The service only has a **ClickEmittedNotification** observable.&#x20;

To emit the click we need to call the **notifyClick** method.

#### Reference to the complete service documentation: [<mark style="color:red;">AjaxInteractionService</mark>](https://docs-frontend.azurewebsites.net/WebFormsComponents/injectables/AjaxInteractionService.html)
