Class CultureChangedReason
CultureChangedReason is used by the CultureChangedEventArgs to denote what action initiated the culture change.
Inheritance
System.Object
CultureChangedReason
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class CultureChangedReason : Enum
Fields
SystemSettings
A System level setting change resulted in the culture change.
Declaration
public const CultureChangedReason SystemSettings
Field Value
| Type |
|---|
| CultureChangedReason |
ThreadCulture
Thread level culture change resulted in the culture change.
Declaration
public const CultureChangedReason ThreadCulture
Field Value
| Type |
|---|
| CultureChangedReason |