Table of Contents
ToolBarEventHandler Delegate

Represents the method that will handle the ItemClick event.

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

Syntax
 public delegate void ToolBarEventHandler(
   object sender,
   ToolBarEventArgs e
);
See Also