alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    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
    ClipboardEventArgs
    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 - 2026 Syncfusion Inc. All Rights Reserved