QTCaptureDevice.Notifications.ObserveWasConnected 方法

定义

重载

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

ObserveWasConnected(EventHandler<NSNotificationEventArgs>)

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

参数

返回

适用于

ObserveWasConnected(NSObject, EventHandler<NSNotificationEventArgs>)

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

参数

objectToObserve
NSObject

返回

适用于