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

CustomDrawColumnHeaderEventArgs Constructors

Provides data for the TreeList.CustomDrawColumnHeader event.
Name Parameters Description
CustomDrawColumnHeaderEventArgs() none Initializes a new instance of the CustomDrawColumnHeaderEventArgs class.
CustomDrawColumnHeaderEventArgs(GraphicsCache, HeaderObjectPainter, ColumnInfo, Boolean) cache, painter, columnInfo, designTimeSelected Initializes a new instance of the CustomDrawColumnHeaderEventArgs class.
See Also