Skip to main content
All docs
V23.2

ASPxClientTreeListCellSelectionChangingEventHandler<Sender> Interface

A method that will handle the CellSelectionChanging event.

Declaration

interface ASPxClientTreeListCellSelectionChangingEventHandler<Sender> { (source: Sender, e: ASPxClientTreeListCellSelectionChangingEventArgs): void; }

Parameters

Name Type Description
source Sender

The event source.

e ASPxClientTreeListCellSelectionChangingEventArgs

The event data.