CustomDrawCommentIndicatorEventArgs Class
In This Article
Provides data for the SpreadsheetControl.CustomDrawCommentIndicator event.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.XtraSpreadsheet.v24.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