Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

ListItemEventHandler Delegate

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

[Visual Basic]
Public Delegate Sub ListItemEventHandler( _
   ByVal sender As Object, _
   ByVal e As ListItemEventArgs _
)
[C#]
public delegate void ListItemEventHandler(
   object sender,
   ListItemEventArgs e
);

Requirements

Namespace: EO.Web

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

See Also

EO.Web Namespace


Direct link to this topic