Class \Prado\Web\UI\WebControls\TDataGridCommandEventParameter
TDataGridCommandEventParameter class
TDataGridCommandEventParameter encapsulates the parameter data for \Prado\Web\UI\WebControls\TDataGrid::onItemCommand event of TDataGrid controls.
The \Prado\Web\UI\WebControls\getItem property indicates the datagrid item related with the event. The \Prado\Web\UI\WebControls\getCommandSource refers to the control that originally raises the Command event.
Class hierarchy
- \Prado\Web\UI\WebControls\TDataGridCommandEventParameter
- \Prado\Web\UI\TCommandEventParameter
- \Prado\TEventParameter implements IEventParameter
- \Prado\TComponent
Since: 3.0
public
|
__construct(TDataGridItem $item, TControl $source, TCommandEventParameter $param) : mixed
Constructor.
|
public
|
|
public
|
\Prado\TComponent::GLOBAL_RAISE_EVENT_LISTENER |