|
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.
pNewSel | Pointer to the newly selected property. |
pOldSel | Pointer to the previously selected property. |