Back to Devexpress

CustomDrawObjectEventsArgs Class

windowsforms-devexpress-dot-xtraspreadsheet-ff6ed80d.md

latest2.2 KB
Original Source

CustomDrawObjectEventsArgs Class

Represents the base class for all classes that provide data for the custom draw events.

Namespace : DevExpress.XtraSpreadsheet

Assembly : DevExpress.XtraSpreadsheet.v25.2.dll

NuGet Package : DevExpress.Win.Spreadsheet

Declaration

csharp
public abstract class CustomDrawObjectEventsArgs :
    EventArgs
vb
Public MustInherit Class CustomDrawObjectEventsArgs
    Inherits EventArgs

Inheritance

Show 13 items

Object EventArgs CustomDrawObjectEventsArgs CustomDrawCommentIndicatorEventArgs

CustomDrawFrozenPaneBorderEventArgs

CustomDrawHeaderEventArgsBase

CustomDrawRowHeaderBackgroundEventArgs

CustomDrawRowHeaderEventArgs

CustomDrawCellEventArgsBase

CustomDrawColumnHeaderBackgroundEventArgs

CustomDrawColumnHeaderEventArgs

CustomDrawCellBackgroundEventArgs

CustomDrawCellEventArgs

See Also

CustomDrawObjectEventsArgs Members

DevExpress.XtraSpreadsheet Namespace