Skip to main content

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, Rectangle) cache, node, info, previewText, previewTextBounds Initializes a new instance of the CustomDrawNodePreviewEventArgs class with specified settings.
See Also