次の方法で共有


NSView.DidCloseMenu(NSMenu, NSEvent) メソッド

定義

[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

パラメーター

menu
NSMenu
theEvent
NSEvent
属性

適用対象