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 |