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