The ChangeLocaleEventArgs class is used to convey information to a caller that a Lanaguage/Locale change
has happened
Inheritance Hierarchy
SystemEventArgs
ABSuite.AccessLayer.Connector.CoreChangeLocaleEventArgs
Namespace: ABSuite.AccessLayer.Connector.Core
Assembly: Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The ChangeLocaleEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ChangeLocaleEventArgs |
The ChangeLocaleEventArgs class is used to convey information to a caller that a Lanaguage/Locale change
has happened
|
Properties
Name | Description | |
---|---|---|
![]() | Locale |
The local Id of the Language being changed to.
|
![]() | Name |
The name of the Language being chnaged to.
|
Extension Methods
Name | Description | |
---|---|---|
![]() | GetT |
Get the value for the property
(Defined by ExtensionHelper.) |
![]() | GetAttributeNames |
Get a list with all property names available on this object
(Defined by ExtensionHelper.) |
![]() | SetT |
Set the value for a property to the new value
(Defined by ExtensionHelper.) |
See Also