Ajax Interaction Services
This is a service develop to emulate behavior of the Webforms Ajax components in WebForms converted applications.
This service allows the interaction between regular controls and AJAX controls.
The Winforms' Controls Directive (wmControls) automatically notifies the click event for any available AJAX control.
Observables
The service only has a ClickEmittedNotification observable.
To emit the click we need to call the notifyClick method.
Reference to the complete service documentation: AjaxInteractionService
Last updated