Share

CAdUiPaletteSet::PaletteAdded

C++

virtual void PaletteAdded(
    CAdUiPalette*
);

Description

Called when a palette is added to the palette set.

Override this function in the derived class to receive notification each time a palette is added to the palette set.

Parameters

Parameters Description
pPalette Input pointer to the palette that was added

Links

CAdUiPaletteSet Class

Was this information helpful?