Prado\Web\UI\ActiveControls\TValueTriggeredCallback::getPropertyName PHP 메소드

getPropertyName() 공개 메소드

public getPropertyName ( ) : string
리턴 string The control property name to observe value changes.
    public function getPropertyName()
    {
        return $this->getViewState('PropertyName', '');
    }