Share via


NSWindowDelegate.DidDecodeRestorableState(NSWindow, NSCoder) Method

Definition

[Foundation.Export("window:didDecodeRestorableState:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidDecodeRestorableState(AppKit.NSWindow window, Foundation.NSCoder coder);
[<Foundation.Export("window:didDecodeRestorableState:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidDecodeRestorableState : AppKit.NSWindow * Foundation.NSCoder -> unit
override this.DidDecodeRestorableState : AppKit.NSWindow * Foundation.NSCoder -> unit

Parameters

window
NSWindow
coder
NSCoder

Implements

Attributes

Applies to