menu

WPF

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

    Show / Hide Table of Contents

    Class ClipboardEventArgs

    Represents a class that provides the data for the handling the clipboard events in the SfMaskedEdit control.

    Inheritance
    System.Object
    System.EventArgs
    ClipboardEventArgs
    Inherited Members
    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.Windows.Controls.Input
    Assembly: Syncfusion.SfInput.Wpf.dll
    Syntax
    public class ClipboardEventArgs : EventArgs

    Constructors

    ClipboardEventArgs()

    Initializes a new instance of the ClipboardEventArgs class.

    Declaration
    public ClipboardEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether the clipboard operation is needs to be performed or not.

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

    Text

    Gets or sets the Clipboard text.

    Declaration
    public string Text { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved