Occurs when a WebItem object is activated by a user request, if no event is found that directly corresponds to the selected element.
Syntax
Private Sub object_Respond()
The object placeholder represents an object expression that evaluates to an object in the Applies To list.
Remark
Requests from the browser often correspond to a template event for the WebItem. For example, when the user selects Hyperlink1, the webclass fires a Hyperlink1 event. However, if no direct correlation is found between the selected element and an event for the WebItem, the system fires the Respond event. The Respond event is also fired when you navigate from one WebItem to another using the NextWebItem method.
The Respond event is the default event for a WebItem object. When this event is fired, the code must create the response to be sent to the browser using the Response object.