Back to Devexpress

ClipboardRowCellValuePastingEventArgs Class

wpf-devexpress-dot-xpf-dot-grid-1c7ee511.md

latest1.8 KB
Original Source

ClipboardRowCellValuePastingEventArgs Class

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

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

ClipboardRowCellValuePastingEventArgs is the data class for the following events:

Remarks

Refer to the Paste Operations topic to learn more.

Inheritance

Object EventArgs ClipboardRowCellValuePastingEventArgs

See Also

ClipboardRowCellValuePastingEventArgs Members

DevExpress.Xpf.Grid Namespace