Back to Devexpress

TitleIndexItemEventHandler Delegate

aspnet-devexpress-dot-web-21e49018.md

latest1.4 KB
Original Source

TitleIndexItemEventHandler Delegate

A method that will handle the events concerning manipulations with items.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public delegate void TitleIndexItemEventHandler(
    object source,
    TitleIndexItemEventArgs e
);
vb
Public Delegate Sub TitleIndexItemEventHandler(
    source As Object,
    e As TitleIndexItemEventArgs
)

Parameters

NameTypeDescription
sourceObject

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

Introduction to Delegates

DevExpress.Web Namespace