Click or drag to resize

TpsCultureInfoEventHandler Delegate

Represents the method that will handle the Changed event.

Namespace:  ABB.Robotics.Tps.Globalization
Assembly:  ABB.Robotics.Tps.Resources (in ABB.Robotics.Tps.Resources.dll) Version: 6.5.129.0
Syntax
C#
public delegate void TpsCultureInfoEventHandler(
	Object sender,
	TpsCultureInfoEventArgs e
)

Parameters

sender
Type: SystemObject
The source of the event. It is always null.
e
Type: ABB.Robotics.Tps.GlobalizationTpsCultureInfoEventArgs
A TpsCultureInfoEventArgs that contains the event data.
Remarks
The TpsCultureInfoEventHandler class is not intended for use by application developers.
See Also