Skip to main content
All docs
V26.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.v26.1.dll

    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