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