GridRowEventArgsTItem Constructor
Namespace: BlazorBootstrapAssembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public GridRowEventArgs(
TItem item,
MouseEventArgs mouseEventArgs
)
Parameters
- item TItem
- Model of the row that was clicked.
- mouseEventArgs MouseEventArgs
- Mouse event arguments, passed down from the browser interop.