Skip to main content

CustomDrawNodeCellEventArgs Constructors

Provides data for the TreeList.CustomDrawNodeCell event.
Name Parameters Description
CustomDrawNodeCellEventArgs() none Initializes a new instance of the CustomDrawNodeCellEventArgs class.
CustomDrawNodeCellEventArgs(GraphicsCache, CellInfo, BaseEditPainter, StyleObjectInfoArgs, Boolean) cache, cellInfo, painter, infoArgs, focused Initializes a new instance of the CustomDrawNodeCellEventArgs class.
See Also