WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridCutPasteEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridCutPasteEventArgs

    Provides data about the : Paste() Cut() Copy() events.

    Inheritance
    System.Object
    System.EventArgs
    GridEventArgs
    GridHandledEventArgs
    GridCutPasteEventArgs
    Inherited Members
    GridHandledEventArgs.Handled
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
    Assembly: Syncfusion.SfCellGrid.WPF.dll
    Syntax
    public class GridCutPasteEventArgs : GridHandledEventArgs
    Remarks

    GridCutPasteEventArgs is a custom event argument class used by the operations in a GridModel.

    This event lets you supply your own clipboard formats or add support for pasting additional clipboard content.

    Constructors

    GridCutPasteEventArgs(GridRangeInfo)

    Initializes a new GridCutPasteEventArgs object.

    Declaration
    public GridCutPasteEventArgs(GridRangeInfo range)
    Parameters
    Type Name Description
    GridRangeInfo range

    You can save here a list of ranges that have been copied.

    Properties

    Range

    Gets or sets range list. You can save here a list of ranges that have been copied. This property will only be checked for the Copy operation. Can be NULL.

    Declaration
    public GridRangeInfo Range { get; set; }
    Property Value
    Type Description
    GridRangeInfo

    Copied ranges.

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