menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SpreadsheetCopyingEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SpreadsheetCopyingEventArgs

    Represents the class which holds the properties of SpreadsheetCopying event.

    Inheritance
    System.Object
    System.EventArgs
    GridCancelEventArgs
    SpreadsheetCopyingEventArgs
    Inherited Members
    GridCancelEventArgs.Cancel
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Spreadsheet.Helpers
    Assembly: Syncfusion.SfSpreadsheet.WPF.dll
    Syntax
    public class SpreadsheetCopyingEventArgs : GridCancelEventArgs

    Constructors

    SpreadsheetCopyingEventArgs(GridRangeInfo, Boolean, SpreadsheetGrid)

    Initializes a new instance of the SpreadsheetCopyingEventArgs class.

    Declaration
    public SpreadsheetCopyingEventArgs(GridRangeInfo range, bool iscut, SpreadsheetGrid grid)
    Parameters
    Type Name Description
    GridRangeInfo range

    Copying range.

    System.Boolean iscut

    If True, cut operation, else copy operation.

    SpreadsheetGrid grid

    Current grid.

    Properties

    Grid

    Gets the active grid in SfSpreadsheet.

    Declaration
    public SpreadsheetGrid Grid { get; }
    Property Value
    Type Description
    SpreadsheetGrid

    An instance of SpreadsheetGrid.

    IsCut

    Gets or sets the boolean flag for copy/cut operation.

    Declaration
    public bool IsCut { get; set; }
    Property Value
    Type Description
    System.Boolean

    If true, cut operation;else copy operation.

    Range

    Gets or sets the range to be copied.

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

    An instance of GridRangeInfo class.

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