Xceed DataGrid for Silverlight Documentation
DictionaryChanging Event


Raised when the dictionary is about to change.
Syntax
'Declaration
 
Public Event DictionaryChanging As EventHandler
'Usage
 
Dim instance As SelectionRange.NotificationDictionary(Of TKey,TValue)
Dim handler As EventHandler
 
AddHandler instance.DictionaryChanging, handler
public event EventHandler DictionaryChanging
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