Share

AcEditorReactor::undoSubcommandBegin

C++

virtual void undoSubcommandBegin(
    int
);

Description

This reactor method indicates that the UNDO command's BEGIN or GROUP option is being performed. BEGIN and GROUP mark the beginning of a series of commands that can be undone as one unit.

Parameters

Parameters Description
activity Passed in value always set to kStart (0) to indicate that this notification occurs before the actual operation is performed

Links

AcEditorReactor Class

Was this information helpful?