Back to Devexpress

CopyingToClipboardEventHandler Delegate

wpf-devexpress-dot-xpf-dot-grid-5c38518f.md

latest1.3 KB
Original Source

CopyingToClipboardEventHandler Delegate

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

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Parameters

NameTypeDescription
senderObject

The event sender.

| | e | CopyingToClipboardEventArgs |

A CopyingToClipboardEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.Grid Namespace