C++
virtual void PaletteActivated( CAdUiPalette*, CAdUiPalette* );
Description
Called when a palette is activated. pDeactivated can be null the first time that a palette is added to the palette set and made active.
Override this function in the derived class to receive notification each time a palette is activated.
Parameters
Parameters | Description |
---|---|
pActivated | Input pointer to the palette that was activated |
pDeactivated | Input pointer to the palette that was deactivated |