Xceed DataGrid for Silverlight Documentation
DictionaryChanged Event


Raised when the dictionary has changed.
Syntax
'Declaration
 
Public Event DictionaryChanged As EventHandler
'Usage
 
Dim instance As SelectionRange.NotificationDictionary(Of TKey,TValue)
Dim handler As EventHandler
 
AddHandler instance.DictionaryChanged, handler
public event EventHandler DictionaryChanged
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

SelectionRange.NotificationDictionary<TKey,TValue> Class
SelectionRange.NotificationDictionary<TKey,TValue> Members

Send Feedback