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