Click or drag to resize
KaxListViewItemFireCommandEvent Method
Use this method to simulate item command event that bubbles to KaxListView and can be handled automatically or in a custom manner, handling KaxListView.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
command to bubble, for example 'Page'
commandArgument
Type: SystemObject
command argument, for example 'Next'
See Also