Click or drag to resize

GTPUMasterDialogActionItem_Click Method

This method is fired when the Ok button of the command bar is pressed. Sets the result to DialogResult.Ok and closes the control.

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 ActionItem_Click(
	Object sender,
	EventArgs e
)

Parameters

sender
Type: SystemObject
Instance of the Ok button
e
Type: SystemEventArgs
A EventArgs that contains the event data.
See Also