次の方法で共有


NSView.Notifications.ObserveWindowDeminiaturized メソッド

定義

オーバーロード

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

ObserveWindowDeminiaturized(EventHandler<NSNotificationEventArgs>)

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

パラメーター

戻り値

適用対象

ObserveWindowDeminiaturized(NSObject, EventHandler<NSNotificationEventArgs>)

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

パラメーター

objectToObserve
NSObject

戻り値

適用対象