Back to Devexpress

CommentInsertingEventArgs Class

officefileapi-devexpress-dot-spreadsheet-7897d211.md

latest2.1 KB
Original Source

CommentInsertingEventArgs Class

Provides data for the SpreadsheetControl.CommentInserting event.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public class CommentInsertingEventArgs :
    SheetCancelEventArgsBase
vb
Public Class CommentInsertingEventArgs
    Inherits SheetCancelEventArgsBase

CommentInsertingEventArgs is the data class for the following events:

LibraryRelated API Members
WinForms ControlsSpreadsheetControl.CommentInserting
WPF ControlsSpreadsheetControl.CommentInserting
Office File APIISpreadsheetComponent.CommentInserting
Workbook.CommentInserting

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

CommentInsertingEventArgs Members

DevExpress.Spreadsheet Namespace