Skip to main content
A newer version of this page is available. .

CustomDrawRowFooterEventArgs Constructors

Provides data for the TreeList.CustomDrawRowFooter event.
Name Parameters Description
CustomDrawRowFooterEventArgs() none Initializes a new instance of the CustomDrawRowFooterEventArgs class.
CustomDrawRowFooterEventArgs(GraphicsCache, ObjectPainter, RowFooterInfo) cache, painter, info Initializes a new instance of the CustomDrawRowFooterEventArgs class.
See Also