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