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

Notification function called whenevever a command has been added to the global command stack. 

 

This function is called after the operation.

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