GridRowEventArgsTItem Constructor

Initializes a new instance of the GridRowEventArgsTItem class.

Definition

Namespace: BlazorBootstrap
Assembly: 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.

See Also