dict.cc dictionary

DictIdxRdForm.onClose Method 

Called if the form becomes closed

[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
ignored

Remarks

Stops index reading thread

See Also

DictIdxRdForm Class | dict Namespace