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. |