Skip to main content
All docs
V26.1
  • CustomDrawCommentIndicatorEventArgs Class

    Provides data for the SpreadsheetControl.CustomDrawCommentIndicator event.

    Namespace: DevExpress.XtraSpreadsheet

    Assembly: DevExpress.XtraSpreadsheet.v26.1.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