다음을 통해 공유


NSWindow.Notifications.ObserveDidChangeScreen 메서드

정의

오버로드

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

ObserveDidChangeScreen(EventHandler<NSNotificationEventArgs>)

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

매개 변수

반환

적용 대상

ObserveDidChangeScreen(NSObject, EventHandler<NSNotificationEventArgs>)

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

매개 변수

objectToObserve
NSObject

반환

적용 대상