Class SettingChangedEventArgs

    Definition

    Namespace:
    Tizen.Location
    Assembly:
    Tizen.Location.dll

    An extended EventArgs class which contains the changed setting status.

    public class SettingChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    SettingChangedEventArgs

    Constructors

    View Source

    SettingChangedEventArgs(LocationType, bool)

    The class constructor for the SettingChangedEventArgs class.

    Declaration
    public SettingChangedEventArgs(LocationType type, bool enable)
    Parameters
    Type Name Description
    LocationType type

    The positioing method used for the location information.

    bool enable

    The status of the method.

    Properties

    View Source

    IsEnabled

    Method to get the setting value changed.

    Declaration
    public bool IsEnabled { get; }
    Property Value
    Type Description
    bool
    View Source

    LocationType

    Gets the currently used location method.

    Declaration
    public LocationType LocationType { get; }
    Property Value
    Type Description
    LocationType
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX