Class CameraDeviceStateChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
Provides data for the DeviceStateChanged event.
C#Copypublic class CameraDeviceStateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsCameraDeviceStateChangedEventArgs
Properties
Declaration
C#Copypublic CameraDevice Device { get; }
Property Value
| Type | Description |
|---|---|
| CameraDevice |
Declaration
C#Copypublic CameraDeviceState State { get; }
Property Value
| Type | Description |
|---|---|
| CameraDeviceState |