ApplicationOnLocalizeString Method |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax protected virtual void OnLocalizeString(
LocalizeEventArgs e
)
Protected Overridable Sub OnLocalizeString (
e As LocalizeEventArgs
)
abstract OnLocalizeString :
e : LocalizeEventArgs -> unit
override OnLocalizeString :
e : LocalizeEventArgs -> unit
Parameters
- e
- Type: Eto.FormsLocalizeEventArgs
Event arguments for localization
See Also