Share via


NSApplicationDelegate.WillResignActive(NSNotification) Method

Definition

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

Parameters

notification
NSNotification

Implements

Attributes

Applies to