Prado\Web\UI\TControl::onLoad PHP Method

onLoad() public method

The method raises 'OnLoad' event. If you override this method, be sure to call the parent implementation so that the event handlers can be invoked.
public onLoad ( $param )
    public function onLoad($param)
    {
        $this->raiseEvent('OnLoad', $this, $param);
    }
TControl