ButtonHalconProgram_Click Method

Galv Coil Eye Label OCR

Form1..::..ButtonHalconProgram_Click Method

Handles the Click event of the ButtonHalconProgram control.

Namespace:  GalvCoilEyeLabelOcr
Assembly:  GalvCoilEyeLabelOcr (in GalvCoilEyeLabelOcr.exe)

Syntax


private void ButtonHalconProgram_Click(
	Object sender,
	EventArgs e
)
Private Sub ButtonHalconProgram_Click ( _
	sender As Object, _
	e As EventArgs _
)
private:
void ButtonHalconProgram_Click(
	Object^ sender, 
	EventArgs^ e
)

Parameters

sender
Type: Object
The source of the event.
e
Type: EventArgs
The EventArgs instance containing the event data.