Class DataGridRowMouseEventArgs<T>
Supplies information about a RowClick or RowDoubleClick event that is being raised.
Inherited Members
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class DataGridRowMouseEventArgs<T> : MouseEventArgs
Type Parameters
Name | Description |
---|---|
T |
Constructors
DataGridRowMouseEventArgs()
Supplies information about a RowClick or RowDoubleClick event that is being raised.
Declaration
public DataGridRowMouseEventArgs()
Properties
Data
Gets the data item which the clicked DataGrid row represents.
Declaration
public T Data { get; }
Property Value
Type | Description |
---|---|
T |