Skip to main content

constructor(index, isSelected) Constructor

In This Article

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

#Declaration

TypeScript
constructor(
    index: number,
    isSelected: boolean
)

#Parameters

Name Type Description
index number

The item’s index.

isSelected boolean

true if an item is selected; otherwise, false.

See Also