Share

AcEditorReactor::undoSubcommandEnd

C++

virtual void undoSubcommandEnd(
    int
);

Description

This reactor method indicates that the UNDO command's END option is executed. UNDO/END marks the end of a series of commands which began with an UNDO/BEGIN operation.

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?