NSWorkspace.Notifications.ObserveDidUnmount Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
ObserveDidUnmount(EventHandler<NSWorkspaceMountEventArgs>) | |
ObserveDidUnmount(NSObject, EventHandler<NSWorkspaceMountEventArgs>) |
ObserveDidUnmount(EventHandler<NSWorkspaceMountEventArgs>)
public static Foundation.NSObject ObserveDidUnmount (EventHandler<AppKit.NSWorkspaceMountEventArgs> handler);
static member ObserveDidUnmount : EventHandler<AppKit.NSWorkspaceMountEventArgs> -> Foundation.NSObject
Parametri
- handler
- EventHandler<NSWorkspaceMountEventArgs>
Restituisce
Si applica a
ObserveDidUnmount(NSObject, EventHandler<NSWorkspaceMountEventArgs>)
public static Foundation.NSObject ObserveDidUnmount (Foundation.NSObject objectToObserve, EventHandler<AppKit.NSWorkspaceMountEventArgs> handler);
static member ObserveDidUnmount : Foundation.NSObject * EventHandler<AppKit.NSWorkspaceMountEventArgs> -> Foundation.NSObject
Parametri
- objectToObserve
- NSObject
- handler
- EventHandler<NSWorkspaceMountEventArgs>