officefileapi-devexpress-dot-spreadsheet-dot-workbook-3b28f2ea.md
Occurs before a comment is deleted.
You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this event in production code.
Namespace : DevExpress.Spreadsheet
Assembly : DevExpress.Docs.v25.2.dll
NuGet Package : DevExpress.Document.Processor
public event CommentRemovingEventHandler CommentRemoving
Public Event CommentRemoving As CommentRemovingEventHandler
The CommentRemoving event's data class is CommentRemovingEventArgs. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| Index | Gets an index of a comment in the collection. |
The CommentRemoving event provides you with an index in the Worksheet.Comments collection and allows you to cancel deletion.
See Also