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