Click or drag to resize

FpWorkObjectCalibrationOnClosed Method

Raises the "Closed" event.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.GTPU (in ABB.Robotics.GTPU.dll) Version: 6.5.129.0
Syntax
C#
protected override void OnClosed(
	EventArgs e
)

Parameters

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