Respond to an event
                virtual void Update( T* e );  | 
            
A pointer to an event arguments object of type T is sent to the Update method.
Derived classes should implement this function, which is the event handler for the XLL+ event model.
Header: xlpevents.h