[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ModelessForm.OnClosing

OnClosing Method

OnClosing(CancelEventArgs)

Raises the System.Windows.Forms.Form.Closing event.

Declaration
protected override void OnClosing(CancelEventArgs e)
Protected Overrides Sub OnClosing(e As CancelEventArgs)
Parameters
Type Name Description
CancelEventArgs e

A CancelEventArgs that contains the event data.

Overrides