共用方式為


NSWindow.Notifications.ObserveDidBecomeKey 方法

定義

多載

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

ObserveDidBecomeKey(EventHandler<NSNotificationEventArgs>)

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

參數

傳回

適用於

ObserveDidBecomeKey(NSObject, EventHandler<NSNotificationEventArgs>)

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

參數

objectToObserve
NSObject

傳回

適用於