Share via


NSWindowDelegate.DidBecomeKey(NSNotification) Method

Definition

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

Parameters

notification
NSNotification

Implements

Attributes

Applies to