Share via


INSWindowDelegate.DidBecomeKey(NSNotification) Method

Definition

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

Parameters

notification
NSNotification
Attributes

Applies to