Class GridCopyPasteEventArgs
Provides data for
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.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
Declaration
public bool Handled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if the event is handled; otherwise, false. |