Back to Devexpress

SpreadsheetControl.CommentRemoving Event

wpf-devexpress-dot-xpf-dot-spreadsheet-dot-spreadsheetcontrol-fe299deb.md

latest1.8 KB
Original Source

SpreadsheetControl.CommentRemoving Event

Occurs before deleting a comment.

Namespace : DevExpress.Xpf.Spreadsheet

Assembly : DevExpress.Xpf.Spreadsheet.v25.2.dll

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
public event CommentRemovingEventHandler CommentRemoving
vb
Public Event CommentRemoving As CommentRemovingEventHandler

Event Data

The CommentRemoving event's data class is CommentRemovingEventArgs. The following properties provide information specific to this event:

PropertyDescription
CancelGets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
IndexGets an index of a comment in the collection.

Remarks

The CommentRemoving event provides you with an index in the Worksheet.Comments collection and allows you to cancel deletion.

See Also

SpreadsheetControl Class

SpreadsheetControl Members

DevExpress.Xpf.Spreadsheet Namespace