Click or drag to resize

LocalizeEventArgs Class

Event arguments for localization
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class LocalizeEventArgs : EventArgs

The LocalizeEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodLocalizeEventArgs
Initializes a new instance of the LocalizeEventArgs class
Top
Properties
  NameDescription
Public propertyLocalizedText
Gets or sets the localized text.
Public propertySource
Gets the source widget for the localized text
Public propertyText
Gets the text to localize
Top
See Also