NSWorkspace.Notifications.ObserveWillUnmount Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- handler
- EventHandler<NSWorkspaceMountEventArgs>
Retours
S’applique à
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
Paramètres
- objectToObserve
- NSObject
- handler
- EventHandler<NSWorkspaceMountEventArgs>