Skip to main content

constructor(cellInfo) Constructor

In This Article

Initializes a new instance of the ASPxClientTreeListFocusedCellChangingEventArgs class.

#Declaration

TypeScript
constructor(
    cellInfo: ASPxClientTreeListCellInfo
)

#Parameters

Name Type Description
cellInfo ASPxClientTreeListCellInfo

An ASPxClientTreeListCellInfo object providing information about the focused cell.

See Also