Designer 10.15 | webMethods CAF and OpenUI Development | Working with CAF Events and Notifications | Creating an Event Handler | About CAF Event Handler Actions
 
About CAF Event Handler Actions
For each event handler you create, you must include one or more handler actions to be executed by the event handler. The following table lists the available actions:
Handler Action
Description
Fire Ajax Event
Provides Ajax functionality for the event. For more information, see Configuring a Fire Ajax Event Action.
Invoke Service
Invokes a service for the event. For more information, see Configuring an Invoke Service Action to configure the service.
Send Notification
Initiates a notification for the event. You must first create the notification before you can specify this action. For more information, see Configuring a Send Notification Action.
Related Topics