Class InVehicleActivityDetectorDataUpdatedEventArgs

    Definition

    Namespace:
    Tizen.Sensor
    Assembly:
    Tizen.Sensor.dll

    The InVehicleActivityDetector changed event arguments class is used for storing the data returned by a in-vehicle activity detector.

    public class InVehicleActivityDetectorDataUpdatedEventArgs : EventArgs
    Inheritance
    object
    InVehicleActivityDetectorDataUpdatedEventArgs

    Properties

    View Source

    InVehicle

    Gets the in-vehicle state.

    Declaration
    public DetectorState InVehicle { get; }
    Property Value
    Type Description
    DetectorState

    The in-vehicle state.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX