Class - Slider.ValueChangedEventArgs

Updated 5 hours ago

Declaration

public class ValueChangedEventArgs : EventArgs

Description

Stores the new value of a Slider.Setting

Properties

float Value: The new value. Read-only.

Methods

-