NSSliderAccessory.Notifications.ObserveResized Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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>
Devoluciones
Se aplica 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>