Click or drag to resize

TpsFormClosing Event

Occurs when the control is closing.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public event CancelEventHandler Closing

Value

Type: System.ComponentModelCancelEventHandler
Remarks
The user can cancel the closing process by setting the Cancel property of the CancelEventArgs.
See Also