Xceed DataGrid for Silverlight Documentation
SelectionChanged Event


Raised when the selection is changed.
Syntax
'Declaration
 
Public Event SelectionChanged As EventHandler
'Usage
 
Dim instance As DataGridControl
Dim handler As EventHandler
 
AddHandler instance.SelectionChanged, handler
public event EventHandler SelectionChanged
Requirements

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

See Also

Reference

DataGridControl Class
DataGridControl Members

Send Feedback