ActionUndone
TheActionUndonemethod is called to notify this clipboard object that a Cut, Copy, or Paste action was undone.
void ActionUndone (in ODUpdateID updateID, in ODCloneKind originalCloneKind);
updateID- The update ID identifying the version of the clipboard content involved with this operation.
originalCloneKind- The type of clone operation that copied data to or from the clipboard. The clone kind must be one of Cut (
kODCloneCut), Copy (kODCloneCopy), or Paste (kODClonePaste).DISCUSSION
Your part should call this method whenever it undoes a Cut, Copy, or Paste operation. The update ID should be the ID returned by theActionDonemethod at the time your part originally performed the action. The clone kind should be the same clone kind as specified in that call to theActionDonemethod.EXCEPTIONS
SEE ALSO
TheODClipboard::ActionDonemethod (page 86).
TheODClipboard::ActionRedonemethod (page 87).
TheODPart::UndoActionmethod (page 549).
"Undo for Clipboard" on page 354 in OpenDoc Programmer's Guide.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help