# Sheet-Level Actions

Learn about sheet-level actions and events in Spread for effective spreadsheet management

## Content

Sheet-level actions in Spread result in these events:

| **Action** | **List of Events** |
| ------ | -------------- |
| Click on tab of new sheet | <ul><li>MouseDown</li><li>Enter</li><li>GotFocus</li><li>[SheetTabClick](/spreadnet/api/latest/online-win/FarPoint.Win.Spread/FarPoint.Win.Spread.FpSpread.SheetTabClick.html)</li><li>[ActiveSheetChanging](/spreadnet/api/latest/online-win/FarPoint.Win.Spread/FarPoint.Win.Spread.FpSpread.ActiveSheetChanging.html)</li><li>[ActiveSheetChanged](/spreadnet/api/latest/online-win/FarPoint.Win.Spread/FarPoint.Win.Spread.FpSpread.ActiveSheetChanged.html)</li><li>Paint</li><li>MouseUp</li><li>MouseCaptureChanged</li></ul> |
| Click on the tab of the active sheet | <ul><li>Paint</li></ul> |
| Remove a sheet | <ul><li>Paint</li></ul> |
