TextualSimulatornumUpDownSpeed_ValueChanged Method |
Distributed Algorithm Simulator
Change the execution speed based on NumericUpDown control 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