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

TreeListCopyingToClipboardEventArgs(TreeListView, IEnumerable<Int32>, Boolean) Constructor

Initializes a new instance of the TreeListCopyingToClipboardEventArgs class.

Namespace: DevExpress.Xpf.Grid.TreeList

Assembly: DevExpress.Xpf.Grid.v18.2.dll

Declaration

public TreeListCopyingToClipboardEventArgs(
    TreeListView view,
    IEnumerable<int> rowHandles,
    bool copyHeader
)

Parameters

Name Type Description
view TreeListView

The TreeListView.

rowHandles IEnumerable<Int32>

An array of row handles that identify nodes whose values are about to be copied to the clipboard. This value is assigned to the CopyingToClipboardEventArgsBase property.

copyHeader Boolean

true to copy column headers; otherwise, false.

See Also