MonobjcMonobjc Documented Class Library
CameraDeviceViewSelectionDidChangeMessage Method (cameraDeviceView)
NamespacesMonobjc.QuartzIKCameraDeviceView..::..IKCameraDeviceViewDelegateEventDispatcherCameraDeviceViewSelectionDidChangeMessage(IKCameraDeviceView)

Invoked when the selection changed.

Original signature is '- (void)cameraDeviceViewSelectionDidChange:(IKCameraDeviceView *)cameraDeviceView'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public void CameraDeviceViewSelectionDidChangeMessage(
	IKCameraDeviceView cameraDeviceView
)
Public Sub CameraDeviceViewSelectionDidChangeMessage ( _
	cameraDeviceView As IKCameraDeviceView _
)
public:
void CameraDeviceViewSelectionDidChangeMessage(
	IKCameraDeviceView^ cameraDeviceView
)
Parameters
cameraDeviceView (IKCameraDeviceView)
The camera device view that sent the message.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)