BBjWebComponentDefinedEvent
Description
In BBj 24.00 and higher, this event is returned by BBjAPI().getLastEvent() when the program is executing callback code that the program has registered for the ON_DEFINED event.
Remarks
BBjWindow::addWebComponent always fires this event. Standard browser elements fire this event immediately. Custom web components fire this event when the component is fully initialized and ready for use.
Methods of BBjWebComponentDefined Event
Methods of BBjWebComponentDefined Event inherited from BBjSysGuiEvent
Methods of BBjWebComponentDefined Event inherited from BBjEvent
- BBj 24.00: BBjWebComponentDefinedEvent added.
See Also
BBjWebComponent
BBjWebComponent::setCallback
Web Component Defined Event