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.EventArgsProximitySensorDataUpdatedEventArgs
Properties
View SourceProximity
Gets the proximity state.
Declaration
public ProximitySensorState Proximity { get; }
Property Value
Type | Description |
---|---|
ProximitySensorState | The proximity state. |