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

CustomDrawEmptyAreaEventArgs Constructors

Provides data for the TreeList.CustomDrawEmptyArea event.
Name Parameters Description
CustomDrawEmptyAreaEventArgs() none Initializes a new instance of the CustomDrawEmptyAreaEventArgs class.
CustomDrawEmptyAreaEventArgs(GraphicsCache, Rectangle, Rectangle, Rectangle[], StyleObjectInfoArgs) cache, emptyRows, behindColumn, emptyRectangles, info Initializes a new instance of the CustomDrawEmptyAreaEventArgs class.
See Also