Back to Devexpress

ClipboardNodeCopyingEventArgs Class

windowsforms-devexpress-dot-xtratreelist-2be6c909.md

latest2.6 KB
Original Source

ClipboardNodeCopyingEventArgs Class

Provides data for the ClipboardNodeCopying event.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public class ClipboardNodeCopyingEventArgs :
    CancelEventArgs
vb
Public Class ClipboardNodeCopyingEventArgs
    Inherits CancelEventArgs

ClipboardNodeCopyingEventArgs is the data class for the following events:

Inheritance

Object EventArgs CancelEventArgs ClipboardNodeCopyingEventArgs

Extension Methods

WithBandHeaders(Action<ClipboardHeaderInfoCollection>)

WithColumnHeader(Action<ClipboardHeaderInfoCollection>)

WithGroup(Action<ClipboardValueInfo>)

WithGroupSummary(Action<ClipboardValueInfoCollection>)

WithRow(Action<ClipboardValueInfoCollection>)

See Also

ClipboardNodeCopyingEventArgs Members

DevExpress.XtraTreeList Namespace