QTCaptureConnection.Notifications.ObserveFormatDescriptionWillChange Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ObserveFormatDescriptionWillChange(EventHandler<NSNotificationEventArgs>) | |
ObserveFormatDescriptionWillChange(NSObject, EventHandler<NSNotificationEventArgs>) |
ObserveFormatDescriptionWillChange(EventHandler<NSNotificationEventArgs>)
public static Foundation.NSObject ObserveFormatDescriptionWillChange(EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveFormatDescriptionWillChange : EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject
Parameter
- handler
- EventHandler<NSNotificationEventArgs>
Gibt zurück
Gilt für:
ObserveFormatDescriptionWillChange(NSObject, EventHandler<NSNotificationEventArgs>)
public static Foundation.NSObject ObserveFormatDescriptionWillChange(Foundation.NSObject objectToObserve, EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveFormatDescriptionWillChange : Foundation.NSObject * EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject
Parameter
- objectToObserve
- NSObject
- handler
- EventHandler<NSNotificationEventArgs>