Prado\Web\UI\ActiveControls\TActiveListItemCollection::getListHasChanged PHP Method

getListHasChanged() public method

public getListHasChanged ( ) : boolean
return boolean true if the list has changed after onLoad event.
    public function getListHasChanged()
    {
        return $this->_hasChanged;
    }