MonobjcMonobjc Documented Class Library
WindowWillReturnUndoManager Method (window)
NamespacesMonobjc.AppKitINSWindowDelegateWindowWillReturnUndoManager(NSWindow)

Tells the delegate that the window’s undo manager has been requested. Returns the appropriate undo manager for the window.

Original signature is '- (NSUndoManager *)windowWillReturnUndoManager:(NSWindow *)window'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
NSUndoManager WindowWillReturnUndoManager(
	NSWindow window
)
Function WindowWillReturnUndoManager ( _
	window As NSWindow _
) As NSUndoManager
NSUndoManager^ WindowWillReturnUndoManager(
	NSWindow^ window
)
Parameters
window (NSWindow)
The window whose undo manager is being requested.
Return Value
The appropriate undo manager for the specified window.
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.AppKit (Module: Monobjc.AppKit)