Table of Contents
ListItemEventHandler Delegate

Represents the method that handles event that references to a ListBoxItem.

Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)

Syntax
 public delegate void ListItemEventHandler(
   object sender,
   ListItemEventArgs e
);
See Also