WebFormEventContext
WebFormEventContext Functions
| isComponent | WebFormEventContext.isComponent( ) | Returns true if the event currently being executed forms part of a deployed component i.e. | 
                  
| getComponentPrefix | WebFormEventContext.getComponentPrefix( ) | Returns the component prefix when the event currently being executed forms part of a deployed component i.e. | 
| getOwner | WebFormEventContext.getOwner( ) | Returns the object that owns the event currently being executed. | 
EventContext Functions
| getEventDescription | WebFormEventContext.getEventDescription( ) | Returns a description of the event currently being executed. | 
| getOwner | WebFormEventContext.getOwner( ) | Returns the object that owns the event currently being executed. | 
| stopExecution | WebFormEventContext.stopExecution( ) | Immediately stops processing of the current script and the current event. | 
WebFormEventContextinterface provides context information about an Ebase event executed by an interactive form.