次の方法で共有


NSWindow.Notifications.ObserveWillEnterFullScreen メソッド

定義

オーバーロード

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

ObserveWillEnterFullScreen(EventHandler<NSNotificationEventArgs>)

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

パラメーター

戻り値

適用対象

ObserveWillEnterFullScreen(NSObject, EventHandler<NSNotificationEventArgs>)

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

パラメーター

objectToObserve
NSObject

戻り値

適用対象