Class CameraDeviceConnectionChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
Provides data for the DeviceConnectionChanged event.
public class CameraDeviceConnectionChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsCameraDeviceConnectionChangedEventArgs
Properties
View SourceCameraDeviceInformation
Gets the camera device information.
Declaration
public CameraDeviceInformation CameraDeviceInformation { get; }
Property Value
Type | Description |
---|---|
CameraDeviceInformation |
IsConnected
Gets the connection status of camera device.
Declaration
public bool IsConnected { get; }
Property Value
Type | Description |
---|---|
bool |