Skip to main content
All docs
V25.1
  • CustomDrawNodePreviewEventArgs(GraphicsCache, TreeListNode, StyleObjectInfoArgs, String, Rectangle) Constructor

    Initializes a new instance of the CustomDrawNodePreviewEventArgs class with specified settings.

    Namespace: DevExpress.XtraTreeList

    Assembly: DevExpress.XtraTreeList.v25.1.dll

    NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

    Declaration

    public CustomDrawNodePreviewEventArgs(
        GraphicsCache cache,
        TreeListNode node,
        StyleObjectInfoArgs info,
        string previewText,
        Rectangle previewTextBounds
    )

    Parameters

    Name Type
    cache GraphicsCache
    node TreeListNode
    info DevExpress.Utils.Drawing.StyleObjectInfoArgs
    previewText String
    previewTextBounds Rectangle
    See Also