VisualSimulatornumUpDownSpeed_ValueChanged Method |
Distributed Algorithm Simulator
Updates the execution speed depending on the user selected value.
Namespace: DistributedAlgorithmSimulatorAssembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxprivate void numUpDownSpeed_ValueChanged(
Object sender,
EventArgs e
)
Parameters
- sender
- Type: SystemObject
[Speed] numeric up down control. - e
- Type: SystemEventArgs
Event data.
See Also