TitleIndexItemEventHandler Delegate
A method that will handle the events concerning manipulations with items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
public delegate void TitleIndexItemEventHandler(
object source,
TitleIndexItemEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
source | Object | A Object representing the event source. Identifies the ASPxTitleIndex control that raised the event. |
e | TitleIndexItemEventArgs | A TitleIndexItemEventArgs object that contains event data. |
See Also