RowDoubleClickEventArgs Constructors
Provides data for the TableView.RowDoubleClick event handler.| Name | Parameters | Description |
|---|---|---|
| RowDoubleClickEventArgs(GridViewHitInfoBase, MouseButton, DataViewBase) | hitInfo, changedButton, view | Initializes a new instance of the RowDoubleClickEventArgs class. |
See Also