Click or drag to resize
DistributedAlgorithmSimulatorrbReadFromFile_CheckedChanged Method
Distributed Algorithm Simulator
Specifies user preference of reading input from a file.

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

Parameters

sender
Type: SystemObject
[Read from File] radio button.
e
Type: SystemEventArgs
Event data.
See Also