Share

AcEditorReactor::commandWillStart

C++

virtual void commandWillStart(
    const ACHAR*
);

Description

This callback function indicates that the command cmdStr is about to begin execution.

cmdStr may be up to 257 characters (including the string terminator).

Parameters

Parameters Description
cmdStr Passed in string of the command being executed

Links

AcEditorReactor Class

Was this information helpful?