Xceed.Silverlight.DataGrid.v2.0 Assembly > Xceed.Silverlight.DataGrid Namespace : SelectionRange.NotificationDictionary<TKey,TValue> Class |
The following tables list the members exposed by SelectionRange.NotificationDictionary<TKey,TValue>.
Name | Description | |
---|---|---|
SelectionRange.NotificationDictionary<TKey,TValue> Constructor | Initializes a new instance of the NotificationDictionary class. |
Name | Description | |
---|---|---|
Count | Gets the number of key/value pairs contained in the dictionary. | |
IsReadOnly | Gets a value indicating whether the dictionary is read-only. | |
Item | Gets or sets the value associated with the specified key. | |
Keys | Gets a collection containing the keys in the dictionary. | |
Values | Gets a collection containing the values in the dictionary. |
Name | Description | |
---|---|---|
Add | Overloaded. Adds the specified key and value to the dictionary. | |
Clear | Removes all keys and values from the dictionary. | |
Contains | Determines whether the dictionary contains the specified key and value. | |
ContainsKey | Determines whether the dictionary contains the specified key. | |
CopyTo | ||
GetEnumerator | Returns an enumerator that iterates through the dictionary. | |
Remove | Overloaded. . | |
TryGetValue | Gets the value associated with the specified key. |
Name | Description | |
---|---|---|
OnDictionaryChanged | Raises the DictionaryChanged event. | |
OnDictionaryChanging | Raises the DictionaryChanging event. |
Name | Description | |
---|---|---|
DictionaryChanged | Raised when the dictionary has changed. | |
DictionaryChanging | Raised when the dictionary is about to change. |