C++
virtual void OnItemPaste();
Description
The framework calls this method when the Paste option is selected from the context menu. The base class method checks the data object on the Clipboard and, if it recognizes the data, pastes the data from the Clipboard. If it does not recognize the data, it calls the virtual method Paste() so that derived classes get an opportunity to handle the data. If special behavior is required, override this method in the derived class.