NSVisualEffectView.ViewWillMove(NSWindow) Method

Definition

[Foundation.Advice("Overriding this method requires a call to the overriden method.")]
[Foundation.Export("viewWillMoveToWindow:")]
[ObjCRuntime.RequiresSuper]
public virtual void ViewWillMove (AppKit.NSWindow newWindow);
abstract member ViewWillMove : AppKit.NSWindow -> unit
override this.ViewWillMove : AppKit.NSWindow -> unit

Parameters

newWindow
NSWindow
Attributes

Applies to