Skip to main content
A newer version of this page is available. .

CustomDrawCommentIndicatorEventArgs Class

Provides data for the SpreadsheetControl.CustomDrawCommentIndicator event.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v19.1.dll

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