Skip to main content

FooterCellCustomDrawEventArgs Constructors

Provides data for the GridView.CustomDrawFooterCell and GridView.CustomDrawRowFooterCell events.
Name Parameters Description
FooterCellCustomDrawEventArgs(GraphicsCache, Int32, GridColumn, ObjectPainter, StyleObjectInfoArgs) cache, rowHandle, column, painter, info Initializes a new instance of the FooterCellCustomDrawEventArgs class.
See Also