次の方法で共有


NSApplication.Notifications.ObserveDidBecomeActive メソッド

定義

オーバーロード

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

ObserveDidBecomeActive(EventHandler<NSNotificationEventArgs>)

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

パラメーター

戻り値

適用対象

ObserveDidBecomeActive(NSObject, EventHandler<NSNotificationEventArgs>)

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

パラメーター

objectToObserve
NSObject

戻り値

適用対象