General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
.NET Framework 4.5.2+
.NET Framework 4.5.2+
.NET Standard 2.0+
.NET Core 3.0+
ISpreadsheetComponent.CommentRemoved Event
Occurs when a comment is deleted.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v19.2.Core.dll
Declaration
Event Data
The CommentRemoved event handler receives an argument of the CommentChangedEventArgs type. The following properties provide information specific to this event.
Property | Description |
---|---|
Index | Gets an index of a comment in the collection. |
Remarks
The CommentRemoved event provides you with the deleted comment index in the Worksheet.Comments collection when comment is removed.
See Also
Feedback