Skip to main content

CustomDrawCommentIndicatorEventArgs Class

Provides data for the SpreadsheetControl.CustomDrawCommentIndicator event.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v23.2.dll

NuGet Package: DevExpress.Win.Spreadsheet

Declaration

public class CustomDrawCommentIndicatorEventArgs :
    CustomDrawObjectEventsArgs

Remarks

A CustomDrawCommentIndicatorEventArgs instance is automatically created and passed to the SpreadsheetControl.CustomDrawCommentIndicator event handler.

Inheritance

Object
EventArgs
CustomDrawObjectEventsArgs
CustomDrawCommentIndicatorEventArgs
See Also