TreeListCopyingToClipboardEventArgs Class
In This Article
Provides data for the TreeListControlBase.CopyingToClipboard event.
Namespace: DevExpress.Xpf.Grid.TreeList
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public class TreeListCopyingToClipboardEventArgs :
CopyingToClipboardEventArgs
#Remarks
To learn more, see Clipboard Management.
#Inheritance
Object
EventArgs
RoutedEventArgs
CopyingToClipboardEventArgsBase
CopyingToClipboardEventArgs
TreeListCopyingToClipboardEventArgs
See Also