Web Page - DesignChanged Event

Fired when a design is activated

Member of Web Page (PRIM_WEB)

Parameters

NameTypeData TypeDescription
Design*InputPRIM_DESN.DesignReference to the design being activated
DesignManager*InputPRIM_DESNReference to a Design Manager

Details

The DesignChanged Event is fired when a different Design is activated.
 
A reference to the activating design is received in the Design parameter.
 
An application may have a number of different designs with differing requirements and layouts. To avoid the overhead of updating the screen multiple times, the event is only fired once when a page is maximized or minimized.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2