Share via


NSApplicationDelegate.DidBecomeActive(NSNotification) Method

Definition

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

Parameters

notification
NSNotification

Implements

Attributes

Applies to