| C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > UIStrings Class : ItemAdded Event |
'Declaration Public Event ItemAdded As UIStringsItemEventHandler
public event UIStringsItemEventHandler ItemAdded
The event handler receives an argument of type UIStringsItemEventArgs containing data related to this event. The following UIStringsItemEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Description | Gets the description. |
| IsDefault | Gets a value indicating whether this instance is default. |
| Key | Gets key of the item being added or changed. |
| Value | Gets the string value. |