다음을 통해 공유


NSView.Notifications.ObserveGlobalFrameChanged 메서드

정의

오버로드

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

ObserveGlobalFrameChanged(EventHandler<NSNotificationEventArgs>)

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

매개 변수

반환

적용 대상

ObserveGlobalFrameChanged(NSObject, EventHandler<NSNotificationEventArgs>)

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

매개 변수

objectToObserve
NSObject

반환

적용 대상