Class RecordDoubleClickEventArgs<T>
Provides information about an OnRecordDoubleClick event.
Inherited Members
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class RecordDoubleClickEventArgs<T> : RecordClickEventArgs<T>
Type Parameters
Name | Description |
---|---|
T | TValue of the grid component. |
Constructors
RecordDoubleClickEventArgs()
Declaration
public RecordDoubleClickEventArgs()