Skip to main content
A newer version of this page is available. .
Row

CommentRemovingEventArgs Class

Provides data for the SpreadsheetControl.CommentRemoving event.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

public class CommentRemovingEventArgs :
    SheetCancelEventArgsBase

Remarks

The CommentRemovingEventArgs class is an argument for the CommentRemoving event of a Spreadsheet control.

An instance of the CommentRemovingEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

Object
EventArgs
CancelEventArgs
DevExpress.Spreadsheet.SheetCancelEventArgsBase
CommentRemovingEventArgs
See Also