Property | Type | Description | |
---|---|---|---|
Slider_RealTimeValueChanged | void | ||
Slider_ValueChanged | void |
Method | Description | |
---|---|---|
Slider ( ) : System |
Initializes a new instance of the Slider class.
|
|
Slider ( string name ) : System |
Initializes a new instance of the Slider class.
|
Method | Description | |
---|---|---|
Slider_RealTimeValueChanged ( object sender, |
Handles the RealTimeValueChanged event of the Slider control.
|
|
Slider_ValueChanged ( object sender, |
Handles the ValueChanged event of the Slider control.
|