Back to Devexpress

CopyingToClipboardEventArgs Class

wpf-devexpress-dot-xpf-dot-grid-a2e34b83.md

latest1.7 KB
Original Source

CopyingToClipboardEventArgs Class

Provides data for the GridControl.CopyingToClipboard event.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public class CopyingToClipboardEventArgs :
    CopyingToClipboardEventArgsBase
vb
Public Class CopyingToClipboardEventArgs
    Inherits CopyingToClipboardEventArgsBase

CopyingToClipboardEventArgs is the data class for the following events:

Remarks

To learn more, see Clipboard Management.

Inheritance

Object EventArgs RoutedEventArgs CopyingToClipboardEventArgsBase CopyingToClipboardEventArgs TreeListCopyingToClipboardEventArgs

See Also

CopyingToClipboardEventArgs Members

DevExpress.Xpf.Grid Namespace