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