Magento – Inspect the Data Passed Through Observer Events

[php]
echo “<pre>”;
var_dump($observer->getDataObject()->getData());
[/php]