Click or drag to resize

CameraEventListenerCaptureSettingsChanged Method

The capture settings has been changed.

Namespace:  Ricoh.CameraController
Assembly:  RicohCameraSDK (in RicohCameraSDK.dll) Version: 1.1
Syntax
public virtual void CaptureSettingsChanged(
	CameraDevice sender,
	List<CaptureSetting> newSettings
)

Parameters

sender
Type: Ricoh.CameraControllerCameraDevice
Event notification source
newSettings
Type: System.Collections.GenericListCaptureSetting
The changed settings.
See Also