Click or drag to resize

GTPUMasterDialogCancelItem_Click Method

This method is fired when the Cancel button of the command bar is pressed. Sets the result to DialogResult.Cancel 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 CancelItem_Click(
	Object sender,
	EventArgs e
)

Parameters

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