NSAccessibilityElement.Notifications.ObserveWindowMiniaturized 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
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
Parametri
- handler
- EventHandler<NSNotificationEventArgs>
Restituisce
Si applica 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
Parametri
- objectToObserve
- NSObject
- handler
- EventHandler<NSNotificationEventArgs>