Occurs when a theme is loaded.

[VBScript]
Public Event LoadTheme( _
   theme As Theme _
)
[JScript]
public event LoadTheme(
   theme : Theme
);

Remarks

This event allows you to customize the document settings when a theme is loaded.

See Also

Application Object | Application Members | HelpProducer Namespace