Class SliderValueChangedEventArgs

    Definition

    Namespace:
    Tizen.NUI.Components
    Assembly:
    Tizen.NUI.Components.dll

    Slider value changed event data.

    public class SliderValueChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    SliderValueChangedEventArgs

    Properties

    View Source

    CurrentValue

    Current Slider value

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