Class - Slider.ValueChangedEventArgs

Updated a year ago

Declaration

public class ValueChangedEventArgs : EventArgs

Description

Stores the new value of a Slider.Setting

Properties

float Value: The new value. Read-only.

Methods

-