menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataGridCopyPasteEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataGridCopyPasteEventArgs

    Provides data for CopyContent and PasteContent events.

    Inheritance
    System.Object
    DataGridCopyPasteEventArgs
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public class DataGridCopyPasteEventArgs : Object

    Constructors

    DataGridCopyPasteEventArgs(Boolean)

    Initializes a new instance of the DataGridCopyPasteEventArgs class.

    Declaration
    public DataGridCopyPasteEventArgs(bool handled)
    Parameters
    Type Name Description
    System.Boolean handled

    Indicates whether the event is handled.

    Properties

    Handled

    Get or sets a value that indicates whether the CopyContent and PasteContent events have been 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