共用方式為


NSWorkspace.Notifications.ObserveWillUnmount 方法

定義

多載

ObserveWillUnmount(EventHandler<NSWorkspaceMountEventArgs>)
ObserveWillUnmount(NSObject, EventHandler<NSWorkspaceMountEventArgs>)

ObserveWillUnmount(EventHandler<NSWorkspaceMountEventArgs>)

public static Foundation.NSObject ObserveWillUnmount (EventHandler<AppKit.NSWorkspaceMountEventArgs> handler);
static member ObserveWillUnmount : EventHandler<AppKit.NSWorkspaceMountEventArgs> -> Foundation.NSObject

參數

傳回

適用於

ObserveWillUnmount(NSObject, EventHandler<NSWorkspaceMountEventArgs>)

public static Foundation.NSObject ObserveWillUnmount (Foundation.NSObject objectToObserve, EventHandler<AppKit.NSWorkspaceMountEventArgs> handler);
static member ObserveWillUnmount : Foundation.NSObject * EventHandler<AppKit.NSWorkspaceMountEventArgs> -> Foundation.NSObject

參數

objectToObserve
NSObject

傳回

適用於