Table of Contents
GridItemEventHandler Delegate

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

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

Syntax
 public delegate void GridItemEventHandler(
   object sender,
   GridItemEventArgs e
);
See Also