MonobjcMonobjc Documented Class Library
RemoveAllActionsWithTarget Method (target)
NamespacesMonobjc.FoundationNSUndoManagerRemoveAllActionsWithTarget(Id)

Clears the undo and redo stacks of all operations involving the specified target as the recipient of the undo message.

Original signature is '- (void)removeAllActionsWithTarget:(id)target'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveAllActionsWithTarget(
	Id target
)
Public Overridable Sub RemoveAllActionsWithTarget ( _
	target As Id _
)
public:
virtual void RemoveAllActionsWithTarget(
	Id^ target
)
Parameters
target (Id)
The recipient of the undo messages to be removed.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)