| CameraEventListenerDeviceDisconnected Method  | 
        
         The camera device has been disconnected. It will be notified when the cable is pulled out or the main unit is turned off. If you disconnect (CameraDevice.Disconnect) yourself, it will not be notified. 
 
    Namespace: 
   Ricoh.CameraController
    Assembly:
   RicohCameraSDK (in RicohCameraSDK.dll) Version: 1.1
 Syntax
Syntaxpublic virtual void DeviceDisconnected(
	CameraDevice sender,
	DeviceInterface deviceInterface
)
Public Overridable Sub DeviceDisconnected ( 
	sender As CameraDevice,
	deviceInterface As DeviceInterface
)
public:
virtual void DeviceDisconnected(
	CameraDevice^ sender, 
	DeviceInterface deviceInterface
)
Parameters
- sender
- Type: Ricoh.CameraControllerCameraDevice
 Event notification source
- deviceInterface
- Type: Ricoh.CameraControllerDeviceInterface
 Type of device interface
 See Also
See Also