Handles the form closing.
Namespace: CleanCode.FormsAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax
public void HandleFormClosing( FormClosingEventArgs e )
Parameters
- e
- Type: System.Windows.Forms FormClosingEventArgs
The FormClosingEventArgs instance containing the event data.
Remarks
See Also