Class ProximitySensorDataUpdatedEventArgs
Definition
- Namespace:
- Tizen.Sensor
- Assembly:
- Tizen.Sensor.dll
- API Level:
- 3
The ProximitySensor changed event arguments class is used for storing the data returned by a proximity sensor.
public class ProximitySensorDataUpdatedEventArgs : EventArgs
- Inheritance
Properties
View SourceProximity
Gets the proximity state.
Declaration
public ProximitySensorState Proximity { get; }
Property Value
Type | Description |
---|---|
ProximitySensorState | The proximity state. |