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 delegate NSUndoManager UndoManagerForTextViewEventHandler( NSTextView aTextView )
Public Delegate Function UndoManagerForTextViewEventHandler ( _ aTextView As NSTextView _ ) As NSUndoManager
public delegate NSUndoManager^ UndoManagerForTextViewEventHandler( NSTextView^ aTextView )

- aTextView (NSTextView)
- The text view whose undo manager should be returned.

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)