Fires when this component is added to a parent but before rendering
the index in the parents' items
Fires before closing window return false to cancel close
Fires before hide. You can cancel the hide by returning false.
Component.hide()
Fires before the element is removed. You can cancel the remove by returning false
Component.remove()
Fires just before rendering
Component.render()
Fires before show. You can cancel the show by returning false
Component.show()
Fires when the window is closed
Fires contanty while the component is being dragged
Return false to prevent drag
Fires when the component is dropped
Fires on focus
Optional
o: FocusOptionsFires after hiding the component
Component.show()
Fires when the window is maximized
Fires after the component has been removed
Component.remove()
Fires when the component renders and is added to the DOM
Component.render()
Fires after showing the component
Component.show()
Fires when the window is restored after being maximized
Generated using TypeDoc
Component events
See
ComponentEventMap