public sealed class GridRowEventArgs<TItem> : EventArgs
| GridRowEventArgsTItem | Initializes a new instance of the GridRowEventArgsTItem class. |
| Item | Row model that was clicked. |
| MouseEventArgs | Mouse event arguments, passed down from the browser interop. |