[]
        
(Showing Draft Content)

C1.Win.Collections.ObjectModel.ObservableKeyValuePair-2

ObservableKeyValuePair<TKey, TValue> Class

Defines a key/value pair that can be set or retrieved.

Inheritance
ObservableKeyValuePair<TKey, TValue>
Namespace: C1.Win.Collections.ObjectModel
Assembly: C1.Win.8.dll
Syntax
public class ObservableKeyValuePair<TKey, TValue> : INotifyPropertyChanged
Type Parameters
Name Description
TKey

The type of the key.

TValue

The type of the value.

Constructors

Name Description
ObservableKeyValuePair()

Properties

Name Description
Key

Gets the key in the key/value pair.

Value

Gets the value in the key/value pair.

Methods

Name Description
OnPropertyChanged(string)

Fires the PropertyChanged event.

Events

Name Description
PropertyChanged