NSWindow.Notifications.ObserveWillExitVersionBrowser 方法

定义

重载

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

ObserveWillExitVersionBrowser(NSObject, EventHandler<NSNotificationEventArgs>)

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

参数

objectToObserve
NSObject

返回

适用于

ObserveWillExitVersionBrowser(EventHandler<NSNotificationEventArgs>)

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

参数

返回

适用于