Skip to main content

ASPxClientTitleIndexItemEventHandler<Sender> Interface

In This Article

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

#Declaration

TypeScript
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.