SampleForm::btnButton_Click PHP Method

btnButton_Click() protected method

protected btnButton_Click ( $strFormId, $strControlId, $strParameter )
    protected function btnButton_Click($strFormId, $strControlId, $strParameter)
    {
        $this->lblMessage->Text = 'Hello, World!';
    }