Skip to main content

Callback.ContainerClosedFunction

Function used in "ContainerClosed" callback.

Callable

  • ContainerClosedFunction(container: Container, window: IWindow, byUser: boolean): void

  • Parameters

    • container: Container

      container that was closed

    • window: IWindow

      window that was loaded in the container

    • byUser: boolean

      if true, container was closed by user, from the code otherwise

    Returns void