officefileapi-devexpress-dot-spreadsheet-7897d211.md
Provides data for the SpreadsheetControl.CommentInserting event.
Namespace : DevExpress.Spreadsheet
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
public class CommentInsertingEventArgs :
SheetCancelEventArgsBase
Public Class CommentInsertingEventArgs
Inherits SheetCancelEventArgsBase
CommentInsertingEventArgs is the data class for the following events:
| Library | Related API Members |
|---|---|
| WinForms Controls | SpreadsheetControl.CommentInserting |
| WPF Controls | SpreadsheetControl.CommentInserting |
| Office File API | ISpreadsheetComponent.CommentInserting |
| Workbook.CommentInserting |
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.
Object EventArgs CancelEventArgs DevExpress.Spreadsheet.SheetCancelEventArgsBase CommentInsertingEventArgs
See Also