menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeGridCopyPasteCellEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeGridCopyPasteCellEventArgs

    Provides the data for CopyCellContent event.

    Inheritance
    System.Object
    GridCancelEventArgs
    TreeGridCopyPasteCellEventArgs
    Inherited Members
    GridCancelEventArgs.OriginalSender
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class TreeGridCopyPasteCellEventArgs : GridCancelEventArgs

    Constructors

    TreeGridCopyPasteCellEventArgs(Boolean, TreeGridColumn, Object, Object, Object)

    Initializes a new instance of TreeGridCopyPasteCellEventArgs class.

    Declaration
    public TreeGridCopyPasteCellEventArgs(bool handled, TreeGridColumn column, object OriginalSender, object rowData, object clipBoardValue)
    Parameters
    Type Name Description
    System.Boolean handled

    Indicates whether the event is canceled.

    TreeGridColumn column

    The corresponding column that contains the selected cells in row.

    System.Object OriginalSender

    The source of the event.

    System.Object rowData

    The data item for the row for which the event occurred.

    System.Object clipBoardValue

    Contains the value selected cells for copy operation.

    Properties

    ClipBoardValue

    Gets or sets an object that represents the value of the selected cells being copied.

    Declaration
    public object ClipBoardValue { get; set; }
    Property Value
    Type Description
    System.Object

    An object that contains the value of selected cells.

    Column

    Gets the corresponding TreeGridColumn that contains the selected cells in the row.

    Declaration
    public TreeGridColumn Column { get; }
    Property Value
    Type
    TreeGridColumn

    Handled

    Get or sets a value that indicates whether the CopyCellContent event was handled.

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the event is handle; otherwise, false.

    RowData

    Gets the node item for the row for which the event occurred.

    Declaration
    public object RowData { get; }
    Property Value
    Type
    System.Object

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved