Click or drag to resize

GTPUMasterDialogOnClosed Method

Raises the Closed 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 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