다음을 통해 공유


NSWindow.Notifications.ObserveDidChangeBackingProperties 메서드

정의

오버로드

ObserveDidChangeBackingProperties(EventHandler<NSWindowBackingPropertiesEventArgs>)
ObserveDidChangeBackingProperties(NSObject, EventHandler<NSWindowBackingPropertiesEventArgs>)

ObserveDidChangeBackingProperties(EventHandler<NSWindowBackingPropertiesEventArgs>)

public static Foundation.NSObject ObserveDidChangeBackingProperties(EventHandler<AppKit.NSWindowBackingPropertiesEventArgs> handler);
static member ObserveDidChangeBackingProperties : EventHandler<AppKit.NSWindowBackingPropertiesEventArgs> -> Foundation.NSObject

매개 변수

반환

적용 대상

ObserveDidChangeBackingProperties(NSObject, EventHandler<NSWindowBackingPropertiesEventArgs>)

public static Foundation.NSObject ObserveDidChangeBackingProperties(Foundation.NSObject objectToObserve, EventHandler<AppKit.NSWindowBackingPropertiesEventArgs> handler);
static member ObserveDidChangeBackingProperties : Foundation.NSObject * EventHandler<AppKit.NSWindowBackingPropertiesEventArgs> -> Foundation.NSObject

매개 변수

objectToObserve
NSObject

반환

적용 대상