Skip to main content
A newer version of this page is available. .

TreeList.RowStateImageClick Event

Fires when a row’s state image is clicked.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

public event RowClickEventHandler RowStateImageClick

Event Data

The RowStateImageClick event's data class is DevExpress.XtraTreeList.RowClickEventArgs.

Remarks

Handle the RowStateImageClick event to perform specific actions each time the user clicks a node’s state image. This can be useful, if you require custom functionality to be available via a state image click. You can also change the node’s state image in order to display different node states.

See Also