MainWeb.CellCommand

MainWeb.CellCommand event

Occurs when a cell’s command hyperlink is clicked. When this event is fired, its parameter e.Argument contains the command’s name.

public event CellEventHandler CellCommand;

See Also