Compartir a través de


NSDrawer.Notifications.ObserveDidClose Método

Definición

Sobrecargas

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

ObserveDidClose(EventHandler<NSNotificationEventArgs>)

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

Parámetros

Devoluciones

Se aplica a

ObserveDidClose(NSObject, EventHandler<NSNotificationEventArgs>)

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

Parámetros

objectToObserve
NSObject

Devoluciones

Se aplica a