Share via


NSVisualEffectView.ViewWillMove(NSWindow) Method

Definition

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

Parameters

newWindow
NSWindow
Attributes

Applies to