Class ScreenBacklightTimeChangedEventArgs
Definition
- Assembly:
- Tizen.System.SystemSettings.dll
EventArgs type for the ScreenBacklightTimeChanged event.
public class ScreenBacklightTimeChangedEventArgs : EventArgs
- Inheritance
Properties
View SourceValue
Indicates the backlight time (in seconds).
Declaration
public int Value { get; }
Property Value
| Type | Description |
|---|---|
| int |
Exceptions
| Type | Condition |
|---|---|
| ArgumentException | Invalid Argument |
| NotSupportedException | Not Supported feature |
| InvalidOperationException | Invalid operation |
| UnauthorizedAccessException | Thrown when application does not have privilege to access this method. |