Share via


NSDocument.ShouldCloseWindowController Method

Definition

[Foundation.Export("shouldCloseWindowController:delegate:shouldCloseSelector:contextInfo:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ShouldCloseWindowController(AppKit.NSWindowController windowController, Foundation.NSObject? delegateObject, ObjCRuntime.Selector? shouldCloseSelector, IntPtr contextInfo);
[<Foundation.Export("shouldCloseWindowController:delegate:shouldCloseSelector:contextInfo:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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