windowsforms-devexpress-dot-xtratreelist-dot-treelist-7f543821.md
Fires when a cell is clicked.
Namespace : DevExpress.XtraTreeList
Assembly : DevExpress.XtraTreeList.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList
public event RowCellClickEventHandler RowCellClick
Public Event RowCellClick As RowCellClickEventHandler
The RowCellClick event's data class is DevExpress.XtraTreeList.RowCellClickEventArgs.
The RowCellClick event fires after the TreeList.RowClick event when a cell within a row is clicked. The event provides the following arguments:
Note
This event does not fire if:
See Also