Share via


NSApplicationDelegate.DidUnhide(NSNotification) Method

Definition

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

Parameters

notification
NSNotification

Implements

Attributes

Applies to