C++
virtual void PaletteRemoved( CAdUiPalette* );
Description
Called when a palette is removed from the palette set.
Override this function in the derived class to receive notification each time a palette is removed from the palette set.
Parameters
Parameters | Description |
---|---|
pPalette | Input pointer to the palette that was removed |