Class SliderChangedEventArgs
Contains all the information about a slider changed event.
public class SliderChangedEventArgs : ConfigOptionEventArgs<float>
- Inheritance
-
SliderChangedEventArgs
- Inherited Members
- Extension Methods
Constructors
SliderChangedEventArgs(string, float)
Constructs a new SliderChangedEventArgs.
public SliderChangedEventArgs(string id, float value)
Parameters
id
string- The ID of the ModSliderOption that was changed.
value
float- The new value for the ModSliderOption.