Skip to main content

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