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