Anonymous - 2002-02-15

When should a task be used instead of putting the processing
into the event handler?  A simple example of the max amount of
code to put into an event handler would be useful.  The
bootcamp presentations show a filtering task that looks fairly
trivial so perhaps event handlers should do just about nothing
except set a few variables and call a command or two.  The
example code seems to use that as a rough design rule also.

   Ron