VisualSimulatorchkBox_CheckedChanged Method |
Distributed Algorithm Simulator
Update the list of variables to be displayed based on check status of check boxes.
Namespace: DistributedAlgorithmSimulatorAssembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxprivate void chkBox_CheckedChanged(
Object sender,
EventArgs e
)
Parameters
- sender
- Type: SystemObject
Check box representing variables. - e
- Type: SystemEventArgs
Event data.
See Also