Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
public class CameraStateChangedEventArgs : EventArgs
- Inheritance
-
object
System.EventArgs
CameraStateChangedEventArgs
Properties
View Source
Gets the value indicating whether the state is changed by policy.
Declaration
public bool ByPolicy { get; }
Property Value
| Type |
Description |
| bool |
true if the state changed by policy, such as resource conflict or security, otherwise false.
|
Declaration
public CameraState Current { get; }
Property Value
Declaration
public CameraState Previous { get; }
Property Value