[]
Represents the event data for text localization.
public sealed class LocalizedTextEventArgs : EventArgs
Public NotInheritable Class LocalizedTextEventArgs
Inherits EventArgs
| Name | Description |
|---|---|
| Control | Gets the control that contains the localized text. |
| Key | Gets the localized text key. |
| Text | Gets or sets the localized text. |