RowDoubleClickEventArgs(GridViewHitInfoBase, MouseButton, DataViewBase) Constructor
Initializes a new instance of the RowDoubleClickEventArgs class.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
public RowDoubleClickEventArgs(
GridViewHitInfoBase hitInfo,
MouseButton changedButton,
DataViewBase view
)
Parameters
Name | Type | Description |
---|---|---|
hitInfo | GridViewHitInfoBase | A GridViewHitInfoBase descendant that contains information about the row. |
changedButton | MouseButton | A MouseButton object that is the mouse button associated with the event. |
view | DataViewBase | A DataViewBase object that represents the grid’s view. |
See Also