I don't think there is from within SQL itself, but you could write a WMI query which polls the service and sends an email out when its stopped.
something along the lines of
SELECT Started FROM Win32_Service WHERE Name = 'SQLSERVERAGENT'
Returns True or False so if 0 then send email etc