'Declaration Public Event ItemAdded As UIStringsItemEventHandler
public event UIStringsItemEventHandler ItemAdded
Event Data
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. |
See Also