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

CommentChangedEventArgs(String, Int32) Constructor

Initializes a new instance of the CommentChangedEventArgs class with the specified settings.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public CommentChangedEventArgs(
    string sheetName,
    int index
)

Parameters

Name Type Description
sheetName String

A string that is the worksheet name.

index Int32

An integer that is the index in the comment collection.

Remarks

The CommentChangedEventArgs is created automatically and passed to the handlers of the SpreadsheetControl.CommentInserted and SpreadsheetControl.CommentRemoved events.

See Also