SECEditCommand::Unexecute

BOOL SECEditCommand::Unexecute(void)

Unexecutes the command. The assumption of this method is that the command has already executed, and the state of the data model is that of just having executed the command. If several commands have executed, they must be unexecute in the opposite order in order for the state of the model to be restored properly.

Defined in: SECEditCommand.cpp

Comments

If the command is an insert command, Unexecute calls the DoDelete method. For a delete command, Unexecute calls the DoInsert method.

See Also

SECEditCommand SECEdit DoDelete