BCGControlBar Pro for MFC
virtual void CBCGPPropList::OnChangeSelection ( CBCGPProp pNewSel,
CBCGPProp pOldSel 
)
inlinevirtual

Called by the framework when the current selection is being changed.

This function is called by the framework as a notification that the current selection is being changed.

Override OnChangeSelection in a derived class of you need to handle this notification.

The default implementation does nothing.

Parameters
pNewSelPointer to the newly selected property.
pOldSelPointer to the previously selected property.