menu

WinForms

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

    Show / Hide Table of Contents

    Class CutCopyPasteEventArgs

    Provides data for ClipboardController event.

    Inheritance
    System.Object
    GridCancelEventArgs
    CutCopyPasteEventArgs
    Inherited Members
    GridCancelEventArgs.OriginalSender
    Namespace: Syncfusion.WinForms.DataGrid.Events
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class CutCopyPasteEventArgs : GridCancelEventArgs

    Constructors

    CutCopyPasteEventArgs(Boolean, Object)

    Initializes a new instance of the CutCopyPasteEventArgs class.

    Declaration
    public CutCopyPasteEventArgs(bool cancel, object originalSource)
    Parameters
    Type Name Description
    System.Boolean cancel

    Indicates whether the event is handled.

    System.Object originalSource

    The source of the event.

    Properties

    Cancel

    Gets or sets a value indicating whether the event was handled.

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

    true if the event is handled; otherwise, false.

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