Compartilhar via


NSWindow.Notifications.ObserveWillClose Método

Definição

Sobrecargas

ObserveWillClose(EventHandler<NSNotificationEventArgs>)
ObserveWillClose(NSObject, EventHandler<NSNotificationEventArgs>)

ObserveWillClose(EventHandler<NSNotificationEventArgs>)

public static Foundation.NSObject ObserveWillClose (EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveWillClose : EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject

Parâmetros

Retornos

Aplica-se a

ObserveWillClose(NSObject, EventHandler<NSNotificationEventArgs>)

public static Foundation.NSObject ObserveWillClose (Foundation.NSObject objectToObserve, EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveWillClose : Foundation.NSObject * EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject

Parâmetros

objectToObserve
NSObject

Retornos

Aplica-se a