menu

WinUI

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

    Show / Hide Table of Contents

    Class GridCopyPasteEventArgs

    Provides data for GridCopyContent event.

    Inheritance
    System.Object
    GridCancelEventArgs
    GridCopyPasteEventArgs
    Inherited Members
    GridCancelEventArgs.OriginalSender
    Namespace: Syncfusion.UI.Xaml.Grids
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class GridCopyPasteEventArgs : GridCancelEventArgs

    Constructors

    GridCopyPasteEventArgs(Boolean, Object)

    Initializes a new instance of the GridCopyPasteEventArgs class.

    Declaration
    public GridCopyPasteEventArgs(bool handled, object originalSource)
    Parameters
    Type Name Description
    System.Boolean handled

    Indicates whether the event is handled.

    System.Object originalSource

    The source of the event.

    Properties

    Handled

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

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

    true if the event is handled; otherwise, false.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved