Click or drag to resize

MessageBoxEventHandler Delegate

Represents the method that will handle the GTPUMessageBoxEvent event of a GTPUMessageBox

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#
public delegate void MessageBoxEventHandler(
	Object sender,
	MessageBoxEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: ABB.Robotics.Tps.Windows.FormsMessageBoxEventArgs
See Also