Skip to main content

CustomDrawNodeImagesEventArgs Constructors

Provides data for the TreeList.CustomDrawNodeImages event.
Name Parameters Description
CustomDrawNodeImagesEventArgs() none Initializes a new instance of the CustomDrawNodeImagesEventArgs class.
CustomDrawNodeImagesEventArgs(GraphicsCache, TreeListNode, Int32, Int32, Rectangle, Rectangle, Point, Point, StyleObjectInfoArgs) cache, node, selectImageIndex, stateImageIndex, selectRect, stateRect, selectImageLocation, stateImageLocation, info Initializes a new instance of the CustomDrawNodeImagesEventArgs class.
See Also