Contains information about a spreadsheet event (the range where the event occurred, what keys or mouse buttons were pressed, and so on).
Using the SpreadsheetEventInfo Object
All the Spreadsheet object events use a SpreadsheetEventInfo object as their single parameter. For more information, see the Help topics for the following events:
BeforeCommand event
CancelEdit event
Change event
Click event
Command event
DblClick event
EndEdit event
KeyDown event
KeyPress event
KeyUp event
MouseDown event
MouseOut event
MouseOver event
MouseUp event
SelectionChange event
SelectionChanging event
StartEdit event
ViewChange event