次の方法で共有


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

戻り値

適用対象