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

CustomDrawNodePreviewEventArgs Constructors

Provides data for the TreeList.CustomDrawNodePreview event.
Name Parameters Description
CustomDrawNodePreviewEventArgs() none Initializes a new instance of the CustomDrawNodePreviewEventArgs class.
CustomDrawNodePreviewEventArgs(GraphicsCache, TreeListNode, StyleObjectInfoArgs, String) cache, node, info, previewText Initializes a new instance of the CustomDrawNodePreviewEventArgs class.
See Also