RowDoubleClickEventArgs(GridViewHitInfoBase, MouseButton, DataViewBase) Constructor
In This Article
Initializes a new instance of the RowDoubleClickEventArgs class.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public RowDoubleClickEventArgs(
GridViewHitInfoBase hitInfo,
MouseButton changedButton,
DataViewBase view
)
#Parameters
Name | Type | Description |
---|---|---|
hit |
Grid |
A Grid |
changed |
Mouse |
A Mouse |
view | Data |
A Data |
See Also