LayoutSwitched Event

Triggered after the user switches to a different layout.

See Also | Example

Signature

object.LayoutSwitched(LayoutName)

object

Document object
An object expression that evaluates to a valid container object. In this case, the only valid container is a document.

LayoutName

String; input to the handler
The name of the layout the user has switched to.

Remarks

No events will be fired while a modal dialog is being displayed.

 

   Comments?