Class Slider.ValueChangedEventArgs
Definition
- Namespace:
- Tizen.NUI.UIComponents
- Assembly:
- Tizen.NUI.dll
The ValueChanged event arguments.
public class Slider.ValueChangedEventArgs : EventArgs
- Inheritance
Properties
View SourceSlideValue
The slider value.
Declaration
public float SlideValue { get; set; }
Property Value
| Type | Description |
|---|---|
| float |
Slider
The slider.
Declaration
public Slider Slider { get; set; }
Property Value
| Type | Description |
|---|---|
| Slider |