Class GridCopyPasteEventArgs
Provides data for GridCopyContent event.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grids
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class GridCopyPasteEventArgs : GridCancelEventArgsConstructors
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. |