# Shape Actions

Discover the complete list of events triggered by shape actions in Spread. Understand the sequence of events for moving, rotating, and deleting shapes.

## Content

This table lists the events for the various shape actions in Spread. You can also see what events occur when a shape is deleted.

| **Action** | **List of Events** |
| ------ | -------------- |
| Move Shape | <ul><li>MouseDown</li><li>[ShapeActivated](/spreadnet/api/latest/online-win/FarPoint.Win.Spread/FarPoint.Win.Spread.FpSpread.ShapeActivated.html)</li><li>Paint</li><li>... Paint (repeated for each cell moved through)</li><li>MouseUp</li><li>MouseCaptureChanged</li></ul> |
| Rotate Shape | <ul><li>MouseDown</li><li>Paint</li><li>... Paint (repeated for each cell moved through)</li><li>MouseUp</li><li>MouseCaptureChanged</li></ul> |
