You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: Events in Blazor Spreadsheet Component | Syncfusion
4
+
description: Checkout and learn about the events in Syncfusion Blazor Spreadsheet component and more | Syncfusion.
5
+
platform: document-processing
6
+
control: Spreadsheet
7
+
documentation: ug
8
+
---
9
+
10
+
# Events in Blazor Spreadsheet Component
11
+
12
+
The Blazor Spreadsheet component provides various events that allow you to interact with the component and customize its behavior.
13
+
14
+
| Event Name | Description |
15
+
|---|---|
16
+
|[AutoFillActionBegin](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Spreadsheet.AutofillActionBeginEventArgs.html)| Triggers when an autofill operation starts. |
17
+
|[AutoFillActionEnd](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Spreadsheet.AutofillActionEndEventArgs.html)| Triggers when an autofill operation completes. |
18
+
|[CellEditing](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Spreadsheet.CellEditingEventArgs.html)| Triggers when a cell enters edit mode. |
19
+
|[CellSaved](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Spreadsheet.CellSavedEventArgs.html)| Triggers when a cell's value is saved. |
20
+
|[CutCopyActionBegin](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Spreadsheet.CutCopyActionBeginEventArgs.html)| Triggers when a cut or copy operation starts. |
21
+
|[HyperlinkClick](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Spreadsheet.HyperlinkClickEventArgs.html)| Triggers when a hyperlink is clicked. |
22
+
|[HyperlinkCreated](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Spreadsheet.HyperlinkCreatedEventArgs.html)| Triggers when a hyperlink is successfully added. |
23
+
|[HyperlinkCreating](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Spreadsheet.HyperlinkCreatingEventArgs.html)| Triggers when a hyperlink is being created. |
24
+
|[Pasting](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Spreadsheet.PastingEventArgs.html)| Triggers when a paste operation starts. |
0 commit comments