Click or drag to resize

GTPUMasterDialogOnClosing Method

Raises the Closing event.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.GTPU.Windows.Forms (in ABB.Robotics.GTPU.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
protected virtual void OnClosing(
	CancelEventArgs e
)

Parameters

e
Type: System.ComponentModelCancelEventArgs
A CancelEventArgs that contains the event data.
Remarks
Notes to Inheritors: When overriding OnClosing in a derived class, be sure to call the base class's OnClosing method so that registered delegates receive the event.
See Also