Xceed DataGrid for Silverlight Documentation
CurrentCellChanged Event


Raised when the current cell has changed.
Syntax
'Declaration
 
Public Event CurrentCellChanged As EventHandler
'Usage
 
Dim instance As DataGridControl
Dim handler As EventHandler
 
AddHandler instance.CurrentCellChanged, handler
public event EventHandler CurrentCellChanged
Requirements

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

See Also

Reference

DataGridControl Class
DataGridControl Members

Send Feedback