Table of Contents
GridCommandEventHandler Delegate

Represents the method that handles Grid.ItemCommand event.

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

Syntax
 public delegate void GridCommandEventHandler(
   object sender,
   GridCommandEventArgs e
);
See Also