Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

CommentInsertingEventArgs Class

Provides data for the SpreadsheetControl.CommentInserting event.

Namespace: DevExpress.Spreadsheet

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

Declaration

public class CommentInsertingEventArgs :
    SheetCancelEventArgsBase

Remarks

The CommentInsertingEventArgs class is an argument for the CommentInserting event of a Spreadsheet control.

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

Inheritance

Object
EventArgs
CancelEventArgs
DevExpress.Spreadsheet.SheetCancelEventArgsBase
CommentInsertingEventArgs
See Also