NSDrawer.Notifications.ObserveDidClose 方法

定义

重载

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

参数

返回

适用于

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

参数

objectToObserve
NSObject

返回

适用于