ObservableDictionary(Of TKey, TValue)
Please see the code, don't give up, I didn't have time to add descriptions, best description is the code itself
Features:
- ObservableDictionary(Of TKey, TValue)
- AddRange getting notified only once
- Generic EventArgs(Of TKey, TValue)
- NotifyDictionaryChanging(Of TKey, TValue) - a subclass of CancelEventArgs that allows cancelling operation
- ObservableStringDictionary
|