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

CustomDrawRowFooterCellEventArgs Constructors

Provides data for the TreeList.CustomDrawRowFooterCell event.
Name Parameters Description
CustomDrawRowFooterCellEventArgs() none Initializes a new instance of the CustomDrawRowFooterCellEventArgs class.
CustomDrawRowFooterCellEventArgs(GraphicsCache, FooterItem, TreeListNode, ObjectPainter, FooterCellInfoArgs) cache, item, node, painter, info Initializes a new instance of the CustomDrawRowFooterCellEventArgs class.
See Also