NSWindow.Notifications.ObserveCreated Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ObserveCreated(EventHandler<NSNotificationEventArgs>) | |
ObserveCreated(NSObject, EventHandler<NSNotificationEventArgs>) |
ObserveCreated(EventHandler<NSNotificationEventArgs>)
public static Foundation.NSObject ObserveCreated (EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveCreated : EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject
Parâmetros
- handler
- EventHandler<NSNotificationEventArgs>
Retornos
Aplica-se a
ObserveCreated(NSObject, EventHandler<NSNotificationEventArgs>)
public static Foundation.NSObject ObserveCreated (Foundation.NSObject objectToObserve, EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveCreated : Foundation.NSObject * EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject
Parâmetros
- objectToObserve
- NSObject
- handler
- EventHandler<NSNotificationEventArgs>