Share via


CMFCToolBarsCustomizeDialog::OnAfterChangeTool

Responds to a change in a user tool immediately after it occurs.

virtual void OnAfterChangeTool(
   CUserTool* pSelTool 
);

Parameters

  • [in, out] pSelTool
    A pointer to the user tool object that has been changed.

Remarks

This method is called by the framework when a user changes the properties of a user-defined tool. The default implementation does nothing. Override this method in a class derived from CMFCToolBarsCustomizeDialog Class to perform processing after a change to a user tool occurs.

Requirements

Header: afxToolBarsCustomizeDialog.h

See Also

Reference

CMFCToolBarsCustomizeDialog Class

Hierarchy Chart