alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved