NSDocument.CanCloseDocument(NSObject, Selector, IntPtr) Method

Definition

[Foundation.Export("canCloseDocumentWithDelegate:shouldCloseSelector:contextInfo:")]
public virtual void CanCloseDocument (Foundation.NSObject delegateObject, ObjCRuntime.Selector shouldCloseSelector, IntPtr contextInfo);
abstract member CanCloseDocument : Foundation.NSObject * ObjCRuntime.Selector * nativeint -> unit
override this.CanCloseDocument : Foundation.NSObject * ObjCRuntime.Selector * nativeint -> unit

Parameters

delegateObject
NSObject
shouldCloseSelector
Selector
contextInfo
IntPtr

nativeint

Attributes

Applies to