Click or drag to resize
VisualSimulatornumUpDownSpeed_ValueChanged Method
Distributed Algorithm Simulator
Updates the execution speed depending on the user selected value.

Namespace: DistributedAlgorithmSimulator
Assembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private void numUpDownSpeed_ValueChanged(
	Object sender,
	EventArgs e
)

Parameters

sender
Type: SystemObject
[Speed] numeric up down control.
e
Type: SystemEventArgs
Event data.
See Also