Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ViewContainerViewClosedEventArgs

Index

Constructors

constructor

  • new ViewContainerViewClosedEventArgs(containerViewId: string, viewId: string, xButtonClicked: boolean, backButtonClicked: boolean): ViewContainerViewClosedEventArgs

Properties

backButtonClicked

backButtonClicked: boolean

Indicates if the Back button was pressed when the view deactivated.

containerViewId

containerViewId: string

The ID of the ContainerView that has the view the triggered the event.

viewId

viewId: string

The ID of the view the triggered the event.

xButtonClicked

xButtonClicked: boolean

Indicates if the X button was pressed when the view deactivated.