Prepares the receiver for invocation-based undo with the given target as the subject of the next undo operation.
Original signature is '- (id)prepareWithInvocationTarget:(id)target'
Available in Mac OS X v10.0 and later.


- target (Id)
- The target of the undo operation.

On Mac OS X v10.5 and earlier, returns self. On Mac OS X v10.6 and later, returns a proxy object for the receiver that forwards all messages to the receiver as undo operations. See Special Considerations.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)