constructor(cellInfo) Constructor
Initializes a new instance of the ASPxClientTreeListFocusedCellChangingEventArgs class.
Declaration
constructor(
cellInfo: ASPxClientTreeListCellInfo
)
Parameters
Name | Type | Description |
---|---|---|
cellInfo | ASPxClientTreeListCellInfo | An ASPxClientTreeListCellInfo object providing information about the focused cell. |
See Also