Event arguments used for the SelectedCellsChanged event. Provides information about the cells that were added or removed from the SelectedCells collection.
Namespace: Telerik.Windows.Controls.GridViewAssembly: Telerik.Windows.Controls.GridView (in Telerik.Windows.Controls.GridView.dll) Version: 2013.1.403.1050
Syntax
| C# |
|---|
public class GridViewSelectedCellsChangedEventArgs : EventArgs |
| Visual Basic |
|---|
Public Class GridViewSelectedCellsChangedEventArgs _
Inherits EventArgs |
Inheritance Hierarchy
See Also