dict.cc dictionary

CfgForm.onClose Method 

Handles closing the form

[Visual Basic]
Private Sub onClose( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
)
[C#]
private void onClose(
   object sender,
   EventArgs e
);

Parameters

sender
ignored
e
e

Remarks

Forgets all done until now and closes the window. Shows a warning, if an index file has been loaded, because this method will discard any loaded indexes.

See Also

CfgForm Class | dict Namespace