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

CustomDrawFooterCellEventArgs Constructors

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