Back to Devexpress

CustomDrawCommentIndicatorEventArgs Class

windowsforms-devexpress-dot-xtraspreadsheet-803b2324.md

latest1.9 KB
Original Source

CustomDrawCommentIndicatorEventArgs Class

Provides data for the SpreadsheetControl.CustomDrawCommentIndicator event.

Namespace : DevExpress.XtraSpreadsheet

Assembly : DevExpress.XtraSpreadsheet.v25.2.dll

NuGet Package : DevExpress.Win.Spreadsheet

Declaration

csharp
public class CustomDrawCommentIndicatorEventArgs :
    CustomDrawObjectEventsArgs
vb
Public Class CustomDrawCommentIndicatorEventArgs
    Inherits CustomDrawObjectEventsArgs

CustomDrawCommentIndicatorEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs CustomDrawObjectEventsArgs CustomDrawCommentIndicatorEventArgs

See Also

CustomDrawCommentIndicatorEventArgs Members

DevExpress.XtraSpreadsheet Namespace