Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called by the framework after the pane's parent changes.
virtual void OnAfterChangeParent(
CWnd* pWndOldParent
);
Parameters
- [in] pWndOldParent
A pointer to the previous parent.
Remarks
The framework calls this method after the pane's parent changes, usually because of a docking or floating operation.
The default implementation does nothing.
Requirements
Header: afxbasepane.h