Skip to main content

RowDoubleClickEventArgs(GridViewHitInfoBase, MouseButton, DataViewBase) Constructor

In This Article

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public RowDoubleClickEventArgs(
    GridViewHitInfoBase hitInfo,
    MouseButton changedButton,
    DataViewBase view
)

#Parameters

Name Type
hitInfo GridViewHitInfoBase
changedButton MouseButton
view DataViewBase
See Also