Back to Devexpress

TreeListCopyingToClipboardEventHandler Delegate

wpf-devexpress-dot-xpf-dot-grid-dot-treelist-9bedf161.md

latest1.4 KB
Original Source

TreeListCopyingToClipboardEventHandler Delegate

Represents a method that will handle the TreeListControlBase.CopyingToClipboard event.

Namespace : DevExpress.Xpf.Grid.TreeList

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public delegate void TreeListCopyingToClipboardEventHandler(
    object sender,
    TreeListCopyingToClipboardEventArgs e
);
vb
Public Delegate Sub TreeListCopyingToClipboardEventHandler(
    sender As Object,
    e As TreeListCopyingToClipboardEventArgs
)

Parameters

NameTypeDescription
senderObject

The event sender.

| | e | TreeListCopyingToClipboardEventArgs |

A TreeListCopyingToClipboardEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.Grid.TreeList Namespace