Back to Devexpress

ClipboardRowPastingEventArgs Class

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

latest1.6 KB
Original Source

ClipboardRowPastingEventArgs Class

Provides data for the TableView.ClipboardRowPasting and TreeListView.ClipboardRowPasting events.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public class ClipboardRowPastingEventArgs :
    EventArgs
vb
Public Class ClipboardRowPastingEventArgs
    Inherits EventArgs

ClipboardRowPastingEventArgs is the data class for the following events:

Remarks

Refer to the Paste Operations topic to learn more.

Inheritance

Object EventArgs ClipboardRowPastingEventArgs

See Also

ClipboardRowPastingEventArgs Members

DevExpress.Xpf.Grid Namespace