NSWindowDelegate.DidDecodeRestorableState(NSWindow, NSCoder) Method

Definition

[Foundation.Export("window:didDecodeRestorableState:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidDecodeRestorableState (AppKit.NSWindow window, Foundation.NSCoder coder);
abstract member DidDecodeRestorableState : AppKit.NSWindow * Foundation.NSCoder -> unit
override this.DidDecodeRestorableState : AppKit.NSWindow * Foundation.NSCoder -> unit

Parameters

window
NSWindow
coder
NSCoder
Attributes

Applies to