Share via


NSApplicationDelegate.WillHide(NSNotification) Method

Definition

[Foundation.Export("applicationWillHide:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillHide(Foundation.NSNotification notification);
[<Foundation.Export("applicationWillHide:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillHide : Foundation.NSNotification -> unit
override this.WillHide : Foundation.NSNotification -> unit

Parameters

notification
NSNotification

Implements

Attributes

Applies to