Click or drag to resize
GridItemFireCommandEvent Method
Use this method to simulate item command event that bubbles to KaxGrid and can be handeled automatically or in a custom manner, handling KaxGrid.ItemCommand event.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void FireCommandEvent(
	string commandName,
	Object commandArgument
)

Parameters

commandName
Type: SystemString
commandArgument
Type: SystemObject
See Also