Share via


NSDocument.CanCloseDocument(NSObject, Selector, IntPtr) Method

Definition

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