Occurs when a different cell becomes the current cell.
Typically this occurs when a user clicks a cell, but it can be set programmatically too
by setting CurrentRow and CurrentColumn.
Namespace:
C1.Silverlight.DataGridAssembly: C1.Silverlight.DataGrid.5 (in C1.Silverlight.DataGrid.5.dll)
XMLNS for XAML: http://schemas.componentone.com/winfx/2006/xaml
Syntax
| C# |
|---|
public event EventHandler<DataGridCellEventArgs> CurrentCellChanged |
| Visual Basic |
|---|
Public Event CurrentCellChanged As EventHandler(Of DataGridCellEventArgs) |
| XAML Attribute Usage |
|---|
<object CurrentCellChanged="EventHandler<DataGridCellEventArgs>" .../> |