NSWindow.BeginCriticalSheet(NSWindow, Action<nint>) Method

Definition

[Foundation.Export("beginCriticalSheet:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void BeginCriticalSheet (AppKit.NSWindow sheetWindow, Action<nint> completionHandler);
abstract member BeginCriticalSheet : AppKit.NSWindow * Action<nint> -> unit
override this.BeginCriticalSheet : AppKit.NSWindow * Action<nint> -> unit

Parameters

sheetWindow
NSWindow
completionHandler

Action<System.System.IntPtr>

Action<System.nativeint>

Attributes

Applies to