Share via


NSApplicationDelegate.DidUpdate(NSNotification) Method

Definition

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

Parameters

notification
NSNotification

Implements

Attributes

Applies to