MonobjcMonobjc Documented Class Library
ReviewUnsavedDocumentsWithAlertTitleCancellableDelegateDidReviewAllSelectorContextInfo Method (title, cancellable, delegate, didReviewAllSelector, contextInfo)
NamespacesMonobjc.AppKitNSDocumentControllerReviewUnsavedDocumentsWithAlertTitleCancellableDelegateDidReviewAllSelectorContextInfo(NSString, Boolean, Id, IntPtr, IntPtr)

Displays an alert dialog asking if the user wants to review unsaved documents (only if there are two or more unsaved documents), quit regardless of unsaved documents, or (if the choice is allowed) cancel the impending save operation.

Original signature is '- (void)reviewUnsavedDocumentsWithAlertTitle:(NSString *)title cancellable:(BOOL)cancellable delegate:(id)delegate didReviewAllSelector:(SEL)didReviewAllSelector contextInfo:(void *)contextInfo'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ReviewUnsavedDocumentsWithAlertTitleCancellableDelegateDidReviewAllSelectorContextInfo(
	NSString title,
	bool cancellable,
	Id delegate,
	IntPtr didReviewAllSelector,
	IntPtr contextInfo
)
Public Overridable Sub ReviewUnsavedDocumentsWithAlertTitleCancellableDelegateDidReviewAllSelectorContextInfo ( _
	title As NSString, _
	cancellable As Boolean, _
	delegate As Id, _
	didReviewAllSelector As IntPtr, _
	contextInfo As IntPtr _
)
public:
virtual void ReviewUnsavedDocumentsWithAlertTitleCancellableDelegateDidReviewAllSelectorContextInfo(
	NSString^ title, 
	bool cancellable, 
	Id^ delegate, 
	IntPtr didReviewAllSelector, 
	IntPtr contextInfo
)
Parameters
title (NSString)
MISSING
cancellable (Boolean)
MISSING
delegate (Id)
MISSING
didReviewAllSelector (IntPtr)
MISSING
contextInfo (IntPtr)
MISSING
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)