NSWindow.Notifications.ObserveDidChangeBackingProperties 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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