Skip to main content

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