Click or drag to resize

GTPUMasterDialogOnLoad Method

Raises the Load 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 OnLoad(
	EventArgs e
)

Parameters

e
Type: SystemEventArgs
An 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