src/services/ajaxInteractionBaseService/ajaxInteractionBase.service.ts
AjaxInteractionBaseService used to communicate any control with the AjaxComponents on WebForms
Methods |
Accessors |
notifyClick | ||||||
notifyClick(event: EventData)
|
||||||
Notifies the click to the subscribed control
Parameters :
Returns :
void
|
ClickEmittedNotification |
getClickEmittedNotification()
|
Gets the notification for the click emit
Returns :
any
|