Form1_FormClosing Method

Galv Coil Eye Label OCR

Form1..::..Form1_FormClosing Method

Handles the FormClosing event of the Form1 control.

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

Syntax


private void Form1_FormClosing(
	Object sender,
	FormClosingEventArgs e
)
Private Sub Form1_FormClosing ( _
	sender As Object, _
	e As FormClosingEventArgs _
)
private:
void Form1_FormClosing(
	Object^ sender, 
	FormClosingEventArgs^ e
)

Parameters

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