NSDocument.ShouldCloseWindowController Method

Definition

[Foundation.Export("shouldCloseWindowController:delegate:shouldCloseSelector:contextInfo:")]
public virtual void ShouldCloseWindowController (AppKit.NSWindowController windowController, Foundation.NSObject delegateObject, ObjCRuntime.Selector shouldCloseSelector, IntPtr contextInfo);
abstract member ShouldCloseWindowController : AppKit.NSWindowController * Foundation.NSObject * ObjCRuntime.Selector * nativeint -> unit
override this.ShouldCloseWindowController : AppKit.NSWindowController * Foundation.NSObject * ObjCRuntime.Selector * nativeint -> unit

Parameters

windowController
NSWindowController
delegateObject
NSObject
shouldCloseSelector
Selector
contextInfo
IntPtr

nativeint

Attributes

Applies to