Class CultureChangedEventArgs
- Namespace
- Tlumach
- Assembly
- Tlumach.dll
Contains the arguments of the CultureChanged event.
public class CultureChangedEventArgs : EventArgs
- Inheritance
-
CultureChangedEventArgs
- Inherited Members
Properties
Culture
The new value of the current culture of the sender.
public CultureInfo Culture { get; }