Skip to content

Commit 0ee7781

Browse files
996176: Added the UG for completed features, API and events.
1 parent edd3a3d commit 0ee7781

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

Document-Processing-toc.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5122,6 +5122,8 @@
51225122
<li><a href="/document-processing/excel/spreadsheet/blazor/protection">Protection</a></li>
51235123
<li><a href="/document-processing/excel/spreadsheet/blazor/undo-redo">Undo and Redo</a></li>
51245124
<li><a href="/document-processing/excel/spreadsheet/blazor/accessibility">Accessibility</a></li>
5125+
<li><a href="/document-processing/excel/spreadsheet/blazor/events">Events</a></li>
5126+
<li><a href="https://ej2.syncfusion.com/javascript/documentation/api/spreadsheet">API Reference</a></li>
51255127
</ul>
51265128
</li>
51275129
</ul>
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: post
3+
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

Comments
 (0)