Compartir a través de


NSWindow.Notifications.ObserveDidChangeBackingProperties Método

Definición

Sobrecargas

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

Parámetros

Devoluciones

Se aplica a

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

Parámetros

objectToObserve
NSObject

Devoluciones

Se aplica a