Class CultureChangedEventArgs
Provides data for the CultureChanged event.
Inheritance
System.Object
System.EventArgs
CultureChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class CultureChangedEventArgs : EventArgs
Constructors
CultureChangedEventArgs(Int32, Int32, CultureChangedReason)
Declaration
public CultureChangedEventArgs(int currentLCID, int newLCID, CultureChangedReason reason)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | currentLCID | |
System.Int32 | newLCID | |
CultureChangedReason | reason |
Properties
CurrentLCID
Returns the LCID of the previous culture.
Declaration
public int CurrentLCID { get; }
Property Value
Type |
---|
System.Int32 |
NewLCID
Returns the LCID of the new culture that has been applied.
Declaration
public int NewLCID { get; }
Property Value
Type |
---|
System.Int32 |
Reason
Returns the reason for the CultureChange.
Declaration
public CultureChangedReason Reason { get; }
Property Value
Type |
---|
CultureChangedReason |