Skip to main content

constructor(cellInfo) Constructor

In This Article

Initializes a new instance of the ASPxClientGridViewFocusedCellChangingEventArgs class with specified settings.

#Declaration

TypeScript
constructor(
    cellInfo: ASPxClientGridViewCellInfo
)

#Parameters

Name Type Description
cellInfo ASPxClientGridViewCellInfo

A ASPxClientGridViewCellInfo object providing information about the focused cell.

See Also