on-tab-change (augmentable only) in drscheme:unit:frame<%>
Called after a new tab becomes the selected tab in the frame.
(-> voidsenda-drscheme:unit:frameon-tab-changefrom-tabto-tab)
from-tab: (is-a?/cdrscheme:unit:tab<%>)
to-tab: (is-a?/cdrscheme:unit:tab<%>)The
from-tabargument is the previously selected tab, and theto-tabargument is the newly selected tab.