Share via


NSApplicationDelegate.WillTerminate(NSNotification) Method

Definition

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

Parameters

notification
NSNotification

Implements

Attributes

Applies to