GridRowEventArgsTItem Class

Represents the event arguments for the RowClick(UTP, MouseEventArgs) (and double-click) events.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class GridRowEventArgs<TItem> : EventArgs
Inheritance
Object    EventArgs    GridRowEventArgsTItem

Type Parameters

TItem

Constructors

GridRowEventArgsTItem Initializes a new instance of the GridRowEventArgsTItem class.

Properties

Item Row model that was clicked.
MouseEventArgs Mouse event arguments, passed down from the browser interop.

See Also