CustomDrawNodeButtonEventArgs Constructors
Provides data for the TreeList.CustomDrawNodeButton event.| Name | Parameters | Description |
|---|---|---|
| CustomDrawNodeButtonEventArgs() | none | Initializes a new instance of the CustomDrawNodeButtonEventArgs class. |
| CustomDrawNodeButtonEventArgs(GraphicsCache, TreeListNode, ObjectPainter, OpenCloseButtonInfoArgs) | cache, node, painter, info | Initializes a new instance of the CustomDrawNodeButtonEventArgs class. |
See Also