Fired when a design is activated
Member of Web Page (PRIM_WEB)
Name | Type | Data Type | Description |
---|---|---|---|
Design | *Input | PRIM_DESN.Design | Reference to the design being activated |
DesignManager | *Input | PRIM_DESN | Reference to a Design Manager |
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.
Febuary 18 V14SP2