NSAccessibilityElement.Notifications.ObserveWindowCreated Metodo
In questo articolo
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.
ObserveWindowCreated(NSObject, EventHandler<NSNotificationEventArgs>) | |
ObserveWindowCreated(EventHandler<NSNotificationEventArgs>) |
public static Foundation.NSObject ObserveWindowCreated(Foundation.NSObject objectToObserve, EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveWindowCreated : Foundation.NSObject * EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject
Parametri
- objectToObserve
- NSObject
- handler
- EventHandler<NSNotificationEventArgs>
Restituisce
Si applica a
public static Foundation.NSObject ObserveWindowCreated(EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveWindowCreated : EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject
Parametri
- handler
- EventHandler<NSNotificationEventArgs>