Skip to main content
A newer version of this page is available. .

constructor(index, isSelected) Constructor

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

Declaration

constructor(
    index: number,
    isSelected: boolean
)

Parameters

Name Type Description
index number

An integer value that specifies the index of an item.

isSelected boolean

true if an item is selected; otherwise, false.

See Also