NSWorkspace.Notifications.ObserveWillUnmount Method

Definition

Overloads

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

Parameters

Returns

Applies to

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

Parameters

objectToObserve
NSObject

Returns

Applies to