Click or drag to resize

TpsCultureInfoEventArgs Class

Provides data for the Changed event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ABB.Robotics.Tps.GlobalizationTpsCultureInfoEventArgs

Namespace:  ABB.Robotics.Tps.Globalization
Assembly:  ABB.Robotics.Tps.Resources (in ABB.Robotics.Tps.Resources.dll) Version: 6.5.129.0
Syntax
C#
public class TpsCultureInfoEventArgs : EventArgs

The TpsCultureInfoEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodTpsCultureInfoEventArgs
Initializes a new instance of the TpsCultureInfoEventArgs class with a specific culture name and font family.
Top
Properties
  NameDescription
Public propertyCultureName
Gets the culture name of the TpsCultureInfoEventArgs instance
Public propertyFontFamilyName
Gets the FontFamilyName of the TpsCultureInfoEventArgs instance
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
The TpsCultureInfoEventArgs class is not intended for use by application developers.
See Also