NSPopover.Notifications.ObserveWindowMiniaturized Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
ObserveWindowMiniaturized(EventHandler<NSNotificationEventArgs>) | |
ObserveWindowMiniaturized(NSObject, EventHandler<NSNotificationEventArgs>) |
ObserveWindowMiniaturized(EventHandler<NSNotificationEventArgs>)
public static Foundation.NSObject ObserveWindowMiniaturized (EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveWindowMiniaturized : EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject
Parámetros
- handler
- EventHandler<NSNotificationEventArgs>
Devoluciones
Se aplica a
ObserveWindowMiniaturized(NSObject, EventHandler<NSNotificationEventArgs>)
public static Foundation.NSObject ObserveWindowMiniaturized (Foundation.NSObject objectToObserve, EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveWindowMiniaturized : Foundation.NSObject * EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject
Parámetros
- objectToObserve
- NSObject
- handler
- EventHandler<NSNotificationEventArgs>