QTCaptureDevice.Notifications.ObserveWasDisconnected 方法

定义

重载

ObserveWasDisconnected(EventHandler<NSNotificationEventArgs>)
ObserveWasDisconnected(NSObject, EventHandler<NSNotificationEventArgs>)

ObserveWasDisconnected(EventHandler<NSNotificationEventArgs>)

public static Foundation.NSObject ObserveWasDisconnected (EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveWasDisconnected : EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject

参数

返回

适用于

ObserveWasDisconnected(NSObject, EventHandler<NSNotificationEventArgs>)

public static Foundation.NSObject ObserveWasDisconnected (Foundation.NSObject objectToObserve, EventHandler<Foundation.NSNotificationEventArgs> handler);
static member ObserveWasDisconnected : Foundation.NSObject * EventHandler<Foundation.NSNotificationEventArgs> -> Foundation.NSObject

参数

objectToObserve
NSObject

返回

适用于