API Reference > OdEd Classes > OdEdCommandStackReactor Class > OdEdCommandStackReactor Methods > OdEdCommandStackReactor::commandWillBeRemoved Method
OdEdCommandStackReactor::commandWillBeRemoved Method
Syntax
C++
virtual void commandWillBeRemoved(OdEdCommand* pCommand);
Parameters 
Description 
OdEdCommand* pCommand 
[in] Pointer to the command object. 

Notification function called whenevever a command will be removed from the global command stack 

 

This function is called after the operation.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.