Click or drag to resize
GridCommandEventHandler Delegate
This event handler deals with the following events: CancelCommand, EditCommand, ItemCommand, SortCommand.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public delegate void GridCommandEventHandler(
	Object source,
	GridCommandEventArgs e
)

Parameters

source
Type: SystemObject
source event
e
Type: Kettic.AspNet.ControlsGridCommandEventArgs
object that contains the event data
See Also