NSCell.Notifications.ObserveAnnouncementRequested 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
ObserveAnnouncementRequested(EventHandler<NSNotificationEventArgs>) | |
ObserveAnnouncementRequested(NSObject, EventHandler<NSNotificationEventArgs>) |
ObserveAnnouncementRequested(EventHandler<NSNotificationEventArgs>)
public static Foundation.NSObject ObserveAnnouncementRequested (EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveAnnouncementRequested : EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject
Parâmetros
- handler
- EventHandler<NSNotificationEventArgs>
Retornos
Aplica-se a
ObserveAnnouncementRequested(NSObject, EventHandler<NSNotificationEventArgs>)
public static Foundation.NSObject ObserveAnnouncementRequested (Foundation.NSObject objectToObserve, EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveAnnouncementRequested : Foundation.NSObject * EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject
Parâmetros
- objectToObserve
- NSObject
- handler
- EventHandler<NSNotificationEventArgs>