MonobjcMonobjc Documented Class Library
NSWindow..::..WindowWillReturnUndoManagerEventHandler Delegate
NamespacesMonobjc.AppKitNSWindowNSWindow..::..WindowWillReturnUndoManagerEventHandler

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++
public delegate NSUndoManager WindowWillReturnUndoManagerEventHandler(
	NSWindow window
)
Public Delegate Function WindowWillReturnUndoManagerEventHandler ( _
	window As NSWindow _
) As NSUndoManager
public delegate NSUndoManager^ WindowWillReturnUndoManagerEventHandler(
	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)