Share via


NSApplicationDelegate.WillUnhide(NSNotification) Method

Definition

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

Parameters

notification
NSNotification

Implements

Attributes

Applies to