NSPopover.Notifications.ObserveWindowDeminiaturized 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
ObserveWindowDeminiaturized(EventHandler<NSNotificationEventArgs>) | |
ObserveWindowDeminiaturized(NSObject, EventHandler<NSNotificationEventArgs>) |
ObserveWindowDeminiaturized(EventHandler<NSNotificationEventArgs>)
public static Foundation.NSObject ObserveWindowDeminiaturized (EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveWindowDeminiaturized : EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject
Parámetros
- handler
- EventHandler<NSNotificationEventArgs>
Devoluciones
Se aplica a
ObserveWindowDeminiaturized(NSObject, EventHandler<NSNotificationEventArgs>)
public static Foundation.NSObject ObserveWindowDeminiaturized (Foundation.NSObject objectToObserve, EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveWindowDeminiaturized : Foundation.NSObject * EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject
Parámetros
- objectToObserve
- NSObject
- handler
- EventHandler<NSNotificationEventArgs>