ChangeLocaleEventArgs Constructor

The ChangeLocaleEventArgs class is used to convey information to a caller that a Lanaguage/Locale change has happened

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

public ChangeLocaleEventArgs(
	string name,
	int locale
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:ABSuite.AccessLayer.Connector.Core.ChangeLocaleEventArgs.#ctor(System.String,System.Int32)"]

locale
Type: SystemInt32

[Missing <param name="locale"/> documentation for "M:ABSuite.AccessLayer.Connector.Core.ChangeLocaleEventArgs.#ctor(System.String,System.Int32)"]

See Also

Reference