Codex tools: Log in
switch_theme is triggered when the blog's theme is changed. If used in a theme, it only works if the theme that adds action is the one being disabled.
<?php add_action('switch_theme', 'theme_deactivation_function'); ?>