共用方式為


NSWindow.Notifications.ObserveDidEnterFullScreen 方法

定義

多載

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

ObserveDidEnterFullScreen(NSObject, EventHandler<NSNotificationEventArgs>)

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

參數

objectToObserve
NSObject

傳回

適用於

ObserveDidEnterFullScreen(EventHandler<NSNotificationEventArgs>)

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

參數

傳回

適用於