C++
virtual void layoutToBeSwitched( const ACHAR *, const ACHAR * );
Description
This reactor method indicates that a layout switch is about to occur.
See also AcEditorReactor::layoutSwitched, which indicates a layout has already been switched to.
Parameters
| Parameters | Description |
|---|---|
| oldLayoutName | Passed in name of the layout that is about to be switched away from |
| newLayoutName | Passed in name of the layout that is about to be switched to |
Links
Previous Class
AcEditorReactor2