NSView.Notifications.ObserveResized Método

Definição

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

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

Retornos

Aplica-se a