CBasePane::OnAfterChangeParent

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

See Also

Reference

CBasePane Class

Hierarchy Chart