NSWindow.Notifications.ObserveDidEnterVersionBrowser 方法

定义

重载

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

ObserveDidEnterVersionBrowser(NSObject, EventHandler<NSNotificationEventArgs>)

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

参数

objectToObserve
NSObject

返回

适用于

ObserveDidEnterVersionBrowser(EventHandler<NSNotificationEventArgs>)

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

参数

返回

适用于