Returns the undo manager for the specified text view.
Original signature is '- (NSUndoManager *)undoManagerForTextView:(NSTextView *)aTextView'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public event NSTextView..::..UndoManagerForTextViewEventHandler UndoManagerForTextView
Public Event UndoManagerForTextView As NSTextView..::..UndoManagerForTextViewEventHandler
public: event NSTextView..::..UndoManagerForTextViewEventHandler^ UndoManagerForTextView { void add (NSTextView..::..UndoManagerForTextViewEventHandler^ value); void remove (NSTextView..::..UndoManagerForTextViewEventHandler^ value); }

The undo manager for aTextView.

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