NSView.DidCloseMenu(NSMenu, NSEvent) Method

Definition

[Foundation.Export("didCloseMenu:withEvent:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidCloseMenu (AppKit.NSMenu menu, AppKit.NSEvent theEvent);
abstract member DidCloseMenu : AppKit.NSMenu * AppKit.NSEvent -> unit
override this.DidCloseMenu : AppKit.NSMenu * AppKit.NSEvent -> unit

Parameters

menu
NSMenu
theEvent
NSEvent
Attributes

Applies to