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

Notification function called whenevever the execution of a command will start. 

 

This function is called before the operation.

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