Added CurrentSelectionBeforeDelete and CurrentSelectionAfterDelete events for handling delete operation with the possibility of canceling it if needed.
Added CurrentSelectionTextChanged event for handling text changes in current selected TextItem.
Added SelectItemByIndex, SelectItemsByTag and SelectItemsByType methods for selecting items through code.
Added InsertItem and AddItem methods for adding new items to the current label through code.