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

TreeListCopyingToClipboardEventArgs Constructors

Provides data for the TreeListView.CopyingToClipboard event.
Name Parameters Description
TreeListCopyingToClipboardEventArgs(TreeListView, IEnumerable<TreeListCell>, Boolean) view, cells, copyHeader Initializes a new instance of the TreeListCopyingToClipboardEventArgs class.
TreeListCopyingToClipboardEventArgs(TreeListView, IEnumerable<Int32>, Boolean) view, rowHandles, copyHeader Initializes a new instance of the TreeListCopyingToClipboardEventArgs class.
See Also