[]
Defines a key/value pair that can be set or retrieved.
public class ObservableKeyValuePair<TKey, TValue> : INotifyPropertyChanged
Name | Description |
---|---|
TKey | The type of the key. |
TValue | The type of the value. |
Name | Description |
---|---|
ObservableKeyValuePair() |
Name | Description |
---|---|
Key | Gets the key in the key/value pair. |
Value | Gets the value in the key/value pair. |
Name | Description |
---|---|
OnPropertyChanged(string) | Fires the PropertyChanged event. |
Name | Description |
---|---|
PropertyChanged |