QTCaptureDevice.Notifications.ObserveAttributeWillChange Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
ObserveAttributeWillChange(EventHandler<NSNotificationEventArgs>) | |
ObserveAttributeWillChange(NSObject, EventHandler<NSNotificationEventArgs>) |
ObserveAttributeWillChange(EventHandler<NSNotificationEventArgs>)
public static Foundation.NSObject ObserveAttributeWillChange (EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveAttributeWillChange : EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject
Parametri
- handler
- EventHandler<NSNotificationEventArgs>
Restituisce
Si applica a
ObserveAttributeWillChange(NSObject, EventHandler<NSNotificationEventArgs>)
public static Foundation.NSObject ObserveAttributeWillChange (Foundation.NSObject objectToObserve, EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveAttributeWillChange : Foundation.NSObject * EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject
Parametri
- objectToObserve
- NSObject
- handler
- EventHandler<NSNotificationEventArgs>