FightGameAIMain.rdoClose_CheckedChanged Method

Fight Game AI Demo

FightGameAIMainrdoClose_CheckedChanged Method
Handles the CheckedChanged event of the rdoClose control.

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

Parameters

sender
Type: SystemObject
The source of the event.
e
Type: SystemEventArgs
The EventArgs instance containing the event data.
See Also