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

ASPxClientTitleIndexItemEventHandler<Sender> Interface

A method that will handle the title index control’s client events concerning manipulations with an item.

Declaration

interface ASPxClientTitleIndexItemEventHandler<Sender> { (source: Sender, e: ASPxClientTitleIndexItemEventArgs): void; }

Parameters

Name Type Description
source Sender

An object representing the event’s source. Identifies the title index control object that raised the event.

e ASPxClientTitleIndexItemEventArgs

An ASPxClientTitleIndexItemEventArgs object that contains event data.