# Events from User Actions

Discover the comprehensive list of events raised for user actions on the Spread component. Learn about the sequence of events for typical actions, including clicking, selecting, entering data, sheet-level, interactivity, shape, and print actions.

## Content



This topic summarizes which events are raised for each user action on the Spread component. While it is not a comprehensive list of every action that the user could possibly perform, it details the events for most of the common actions performed by the user.

The types of user actions are organized as follows:

*   [Clicking Actions](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-actions-all/spwin-actions-clicking)
*   [Selecting Actions](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-actions-all/spwin-actions-selecting)
*   [Entering Data Actions](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-actions-all/spwin-actions-enteringdata)
*   [Sheet-Level Actions](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-actions-all/spwin-actions-sheet)
*   [Interactivity Actions](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-actions-all/spwin-actions-interactivity)
*   [Shape Actions](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-actions-all/spwin-actions-shapes)
*   [Print Actions](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-actions-all/spwin-actions-print)

The lists provided in these sections are an attempt to illustrate the sequence of events that are raised for typical actions. Since some actions occur all the time or repeatedly for any of these actions, we have left off some of these actions from the lists. For example, these lists do not include **MouseMove**, **MouseHover**, **MouseEnter**, **MouseLeave**, **Invalidated**, and **CursorChanged** events.

In general, if you are looking for a way to intercept each change that occurs in a cell, the **EditChange** event is raised for each keystroke the user makes as they are typing data into a cell.